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