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