GroupId | GroupIdcom.tairanchina.csp.dew |
---|---|
ArtifactId | ArtifactIdcluster-common |
Version | Version1.5.0-Beta2 |
Type | Typejar |
Filename | Size |
---|---|
cluster-common-1.5.0-Beta2.pom | |
cluster-common-1.5.0-Beta2.jar | 30 KB |
cluster-common-1.5.0-Beta2-sources.jar | 15 KB |
cluster-common-1.5.0-Beta2-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tairanchina.csp.dew/cluster-common/ -->
<dependency>
<groupId>com.tairanchina.csp.dew</groupId>
<artifactId>cluster-common</artifactId>
<version>1.5.0-Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tairanchina.csp.dew/cluster-common/
implementation 'com.tairanchina.csp.dew:cluster-common:1.5.0-Beta2'
// https://jarcasting.com/artifacts/com.tairanchina.csp.dew/cluster-common/
implementation ("com.tairanchina.csp.dew:cluster-common:1.5.0-Beta2")
'com.tairanchina.csp.dew:cluster-common:jar:1.5.0-Beta2'
<dependency org="com.tairanchina.csp.dew" name="cluster-common" rev="1.5.0-Beta2">
<artifact name="cluster-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tairanchina.csp.dew', module='cluster-common', version='1.5.0-Beta2')
)
libraryDependencies += "com.tairanchina.csp.dew" % "cluster-common" % "1.5.0-Beta2"
[com.tairanchina.csp.dew/cluster-common "1.5.0-Beta2"]