bintray
package
bintray
Type Members
-
type
AttrMap = Map[String, Iterable[Attr[_]]]
-
case class
BintrayCredentials(user: String, password: String) extends Product with Serializable
-
case class
BintrayIvyRepository(underlying: Repository, bty: Version, release: Boolean) extends AbstractRepository with DispatchHandlers with Product with Serializable
-
case class
BintrayIvyResolver(name: String, bty: Version, patterns: Seq[String], release: Boolean) extends URLResolver with Product with Serializable
-
-
case class
BintrayMavenRepository(underlying: Repository, bty: Package, release: Boolean) extends AbstractRepository with DispatchHandlers with Product with Serializable
-
case class
BintrayMavenResolver(name: String, rootURL: String, bty: Package, release: Boolean) extends IBiblioResolver with Product with Serializable
-
case class
BintrayRepo(credential: BintrayCredentials, org: Option[String], repoName: String) extends DispatchHandlers with Product with Serializable
-
-
case class
EitherHttp[A, B](notFound: (Response) ⇒ A, exists: (Response) ⇒ B) extends (Response) ⇒ Either[A, B] with Product with Serializable
-
Inherited from AnyRef
Inherited from Any