文件下载
文件名 操作
cluster-demo-1.0-RC1.pom 下载
cluster-demo-1.0-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>it.thomasjohansen.warbuddy</groupId>
  <artifactId>cluster-demo</artifactId>
  <version>1.0-RC1</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'it.thomasjohansen.warbuddy:cluster-demo:1.0-RC1'
Gradle Kotlin
implementation("it.thomasjohansen.warbuddy:cluster-demo:1.0-RC1")
Scala SBT
libraryDependencies += "it.thomasjohansen.warbuddy" % "cluster-demo" % "1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='it.thomasjohansen.warbuddy', module='cluster-demo', version='1.0-RC1')
)
Apache Ivy
<dependency org="it.thomasjohansen.warbuddy" name="cluster-demo" rev="1.0-RC1" />
Leiningen
[it.thomasjohansen.warbuddy/cluster-demo "1.0-RC1"]
Apache Buildr
'it.thomasjohansen.warbuddy:cluster-demo:jar:1.0-RC1'