Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.echocat.jomon.net |
ArtifactId | ArtifactIdcluster |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
cluster-1.4.0.pom | |
cluster-1.4.0.jar | 110 KB |
cluster-1.4.0-sources.jar | 46 KB |
cluster-1.4.0-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.jomon.net/cluster/ -->
<dependency>
<groupId>org.echocat.jomon.net</groupId>
<artifactId>cluster</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.jomon.net/cluster/
implementation 'org.echocat.jomon.net:cluster:1.4.0'
// https://jarcasting.com/artifacts/org.echocat.jomon.net/cluster/
implementation ("org.echocat.jomon.net:cluster:1.4.0")
'org.echocat.jomon.net:cluster:jar:1.4.0'
<dependency org="org.echocat.jomon.net" name="cluster" rev="1.4.0">
<artifact name="cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.jomon.net', module='cluster', version='1.4.0')
)
libraryDependencies += "org.echocat.jomon.net" % "cluster" % "1.4.0"
[org.echocat.jomon.net/cluster "1.4.0"]