Packages

package ivy

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class IvyRepository (pattern: Pattern, metadataPatternOpt: Option[Pattern], changing: Option[Boolean], withChecksums: Boolean, withSignatures: Boolean, withArtifacts: Boolean, dropInfoAttributes: Boolean, authentication: Option[Authentication]) extends core.Repository with Product with Serializable
  2. final case class Pattern (chunks: Seq[Chunk]) extends Product with Serializable
  3. final case class PropertiesPattern (chunks: Seq[ChunkOrProperty]) extends Product with Serializable

Value Members

  1. object IvyRepository extends Serializable
  2. object IvyXml
  3. object Pattern extends Serializable
  4. object PropertiesPattern extends Serializable

Ungrouped