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