Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.echocat.jomon.net |
ArtifactId | ArtifactIdcluster |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
cluster-1.3.1.pom | |
cluster-1.3.1.jar | 105 KB |
cluster-1.3.1-sources.jar | 45 KB |
cluster-1.3.1-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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.jomon.net/cluster/
implementation 'org.echocat.jomon.net:cluster:1.3.1'
// https://jarcasting.com/artifacts/org.echocat.jomon.net/cluster/
implementation ("org.echocat.jomon.net:cluster:1.3.1")
'org.echocat.jomon.net:cluster:jar:1.3.1'
<dependency org="org.echocat.jomon.net" name="cluster" rev="1.3.1">
<artifact name="cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.jomon.net', module='cluster', version='1.3.1')
)
libraryDependencies += "org.echocat.jomon.net" % "cluster" % "1.3.1"
[org.echocat.jomon.net/cluster "1.3.1"]