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