GroupId | GroupIdms.dew |
---|---|
ArtifactId | ArtifactIdcluster-common |
Version | Version2.0.0-beta2 |
Type | Typejar |
Filename | Size |
---|---|
cluster-common-2.0.0-beta2.pom | |
cluster-common-2.0.0-beta2.jar | 22 KB |
cluster-common-2.0.0-beta2-sources.jar | 25 KB |
cluster-common-2.0.0-beta2-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ms.dew/cluster-common/ -->
<dependency>
<groupId>ms.dew</groupId>
<artifactId>cluster-common</artifactId>
<version>2.0.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/ms.dew/cluster-common/
implementation 'ms.dew:cluster-common:2.0.0-beta2'
// https://jarcasting.com/artifacts/ms.dew/cluster-common/
implementation ("ms.dew:cluster-common:2.0.0-beta2")
'ms.dew:cluster-common:jar:2.0.0-beta2'
<dependency org="ms.dew" name="cluster-common" rev="2.0.0-beta2">
<artifact name="cluster-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ms.dew', module='cluster-common', version='2.0.0-beta2')
)
libraryDependencies += "ms.dew" % "cluster-common" % "2.0.0-beta2"
[ms.dew/cluster-common "2.0.0-beta2"]