GroupId | GroupIdcom.luixtech |
---|---|
ArtifactId | ArtifactIdluix-uid-generator-core |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.luixtech/luix-uid-generator-core/ -->
<dependency>
<groupId>com.luixtech</groupId>
<artifactId>luix-uid-generator-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.luixtech/luix-uid-generator-core/
implementation 'com.luixtech:luix-uid-generator-core:1.0.2'
// https://jarcasting.com/artifacts/com.luixtech/luix-uid-generator-core/
implementation ("com.luixtech:luix-uid-generator-core:1.0.2")
'com.luixtech:luix-uid-generator-core:jar:1.0.2'
<dependency org="com.luixtech" name="luix-uid-generator-core" rev="1.0.2">
<artifact name="luix-uid-generator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luixtech', module='luix-uid-generator-core', version='1.0.2')
)
libraryDependencies += "com.luixtech" % "luix-uid-generator-core" % "1.0.2"
[com.luixtech/luix-uid-generator-core "1.0.2"]