GroupId | GroupIdio.xream.x7 |
---|---|
ArtifactId | ArtifactIdx7-id-generator |
Version | Version2.6.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.xream.x7/x7-id-generator/ -->
<dependency>
<groupId>io.xream.x7</groupId>
<artifactId>x7-id-generator</artifactId>
<version>2.6.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.xream.x7/x7-id-generator/
implementation 'io.xream.x7:x7-id-generator:2.6.0.RELEASE'
// https://jarcasting.com/artifacts/io.xream.x7/x7-id-generator/
implementation ("io.xream.x7:x7-id-generator:2.6.0.RELEASE")
'io.xream.x7:x7-id-generator:jar:2.6.0.RELEASE'
<dependency org="io.xream.x7" name="x7-id-generator" rev="2.6.0.RELEASE">
<artifact name="x7-id-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.xream.x7', module='x7-id-generator', version='2.6.0.RELEASE')
)
libraryDependencies += "io.xream.x7" % "x7-id-generator" % "2.6.0.RELEASE"
[io.xream.x7/x7-id-generator "2.6.0.RELEASE"]