GroupId | GroupIdit.thomasjohansen.warbuddy |
---|---|
ArtifactId | ArtifactIdcluster-support |
Version | Version1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
cluster-support-1.0-RC1.pom | |
cluster-support-1.0-RC1.jar | 2 KB |
cluster-support-1.0-RC1-sources.jar | 1 KB |
cluster-support-1.0-RC1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.thomasjohansen.warbuddy/cluster-support/ -->
<dependency>
<groupId>it.thomasjohansen.warbuddy</groupId>
<artifactId>cluster-support</artifactId>
<version>1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/it.thomasjohansen.warbuddy/cluster-support/
implementation 'it.thomasjohansen.warbuddy:cluster-support:1.0-RC1'
// https://jarcasting.com/artifacts/it.thomasjohansen.warbuddy/cluster-support/
implementation ("it.thomasjohansen.warbuddy:cluster-support:1.0-RC1")
'it.thomasjohansen.warbuddy:cluster-support:jar:1.0-RC1'
<dependency org="it.thomasjohansen.warbuddy" name="cluster-support" rev="1.0-RC1">
<artifact name="cluster-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.thomasjohansen.warbuddy', module='cluster-support', version='1.0-RC1')
)
libraryDependencies += "it.thomasjohansen.warbuddy" % "cluster-support" % "1.0-RC1"
[it.thomasjohansen.warbuddy/cluster-support "1.0-RC1"]