Files download
File Operation
bintry_2.11-0.4.0.jar download
bintry_2.11-0.4.0.pom download
bintry_2.11-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>me.lessis</groupId>
  <artifactId>bintry_2.11</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'me.lessis:bintry_2.11:0.4.0'
Gradle Kotlin
implementation("me.lessis:bintry_2.11:0.4.0")
Scala SBT
libraryDependencies += "me.lessis" % "bintry_2.11" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='me.lessis', module='bintry_2.11', version='0.4.0')
)
Apache Ivy
<dependency org="me.lessis" name="bintry_2.11" rev="0.4.0" />
Leiningen
[me.lessis/bintry_2.11 "0.4.0"]
Apache Buildr
'me.lessis:bintry_2.11:jar:0.4.0'