GroupId | GroupIdcom.luixtech |
---|---|
ArtifactId | ArtifactIdluix-uid-generator-core |
Version | Version1.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.luixtech/luix-uid-generator-core/
implementation 'com.luixtech:luix-uid-generator-core:1.0.4'
// https://jarcasting.com/artifacts/com.luixtech/luix-uid-generator-core/
implementation ("com.luixtech:luix-uid-generator-core:1.0.4")
'com.luixtech:luix-uid-generator-core:jar:1.0.4'
<dependency org="com.luixtech" name="luix-uid-generator-core" rev="1.0.4">
<artifact name="luix-uid-generator-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luixtech', module='luix-uid-generator-core', version='1.0.4')
)
libraryDependencies += "com.luixtech" % "luix-uid-generator-core" % "1.0.4"
[com.luixtech/luix-uid-generator-core "1.0.4"]