Package

coursier

ivy

Permalink

package ivy

Visibility
  1. Public
  2. All

Type Members

  1. final case class IvyComplete[F[_]](repo: IvyRepository, fetch: Fetch[F], F: Monad[F]) extends Complete[F] with Product with Serializable

    Permalink
  2. final case class IvyRepository(pattern: Pattern, metadataPatternOpt: Option[Pattern], changing: Option[Boolean], withChecksums: Boolean, withSignatures: Boolean, withArtifacts: Boolean, dropInfoAttributes: Boolean, authentication: Option[Authentication]) extends Repository with Product with Serializable

    Permalink
  3. final case class Pattern(chunks: Seq[Chunk]) extends Product with Serializable

    Permalink
  4. final case class PropertiesPattern(chunks: Seq[ChunkOrProperty]) extends Product with Serializable

    Permalink

Value Members

  1. object IvyRepository extends Serializable

    Permalink
  2. object IvyXml

    Permalink
  3. object Pattern extends Serializable

    Permalink
  4. object PropertiesPattern extends Serializable

    Permalink

Ungrouped