文件下载
文件名 操作
commons-client-0.4.4.jar 下载
commons-client-0.4.4.pom 下载
commons-client-0.4.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.chilldev.commons</groupId>
  <artifactId>commons-client</artifactId>
  <version>0.4.4</version>
</dependency>
Gradle Groovy
implementation 'pl.chilldev.commons:commons-client:0.4.4'
Gradle Kotlin
implementation("pl.chilldev.commons:commons-client:0.4.4")
Scala SBT
libraryDependencies += "pl.chilldev.commons" % "commons-client" % "0.4.4"
Groovy Grape
@Grapes(
  @Grab(group='pl.chilldev.commons', module='commons-client', version='0.4.4')
)
Apache Ivy
<dependency org="pl.chilldev.commons" name="commons-client" rev="0.4.4" />
Leiningen
[pl.chilldev.commons/commons-client "0.4.4"]
Apache Buildr
'pl.chilldev.commons:commons-client:jar:0.4.4'