GroupId | GroupIdcom.github.sisyphsu |
---|---|
ArtifactId | ArtifactIdcommon-cluster |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
common-cluster-1.0.2.pom | |
common-cluster-1.0.2.jar | 41 KB |
common-cluster-1.0.2-sources.jar | 21 KB |
common-cluster-1.0.2-javadoc.jar | 150 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sisyphsu/common-cluster/ -->
<dependency>
<groupId>com.github.sisyphsu</groupId>
<artifactId>common-cluster</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sisyphsu/common-cluster/
implementation 'com.github.sisyphsu:common-cluster:1.0.2'
// https://jarcasting.com/artifacts/com.github.sisyphsu/common-cluster/
implementation ("com.github.sisyphsu:common-cluster:1.0.2")
'com.github.sisyphsu:common-cluster:jar:1.0.2'
<dependency org="com.github.sisyphsu" name="common-cluster" rev="1.0.2">
<artifact name="common-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sisyphsu', module='common-cluster', version='1.0.2')
)
libraryDependencies += "com.github.sisyphsu" % "common-cluster" % "1.0.2"
[com.github.sisyphsu/common-cluster "1.0.2"]