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