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