Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdgroup.idealworld.dew |
ArtifactId | ArtifactIdcluster-common-test |
Version | Version2.1.0-RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/group.idealworld.dew/cluster-common-test/ -->
<dependency>
<groupId>group.idealworld.dew</groupId>
<artifactId>cluster-common-test</artifactId>
<version>2.1.0-RC</version>
</dependency>
// https://jarcasting.com/artifacts/group.idealworld.dew/cluster-common-test/
implementation 'group.idealworld.dew:cluster-common-test:2.1.0-RC'
// https://jarcasting.com/artifacts/group.idealworld.dew/cluster-common-test/
implementation ("group.idealworld.dew:cluster-common-test:2.1.0-RC")
'group.idealworld.dew:cluster-common-test:jar:2.1.0-RC'
<dependency org="group.idealworld.dew" name="cluster-common-test" rev="2.1.0-RC">
<artifact name="cluster-common-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='group.idealworld.dew', module='cluster-common-test', version='2.1.0-RC')
)
libraryDependencies += "group.idealworld.dew" % "cluster-common-test" % "2.1.0-RC"
[group.idealworld.dew/cluster-common-test "2.1.0-RC"]