| GroupId | GroupIdcom.github.f4b6a3 |
|---|---|
| ArtifactId | ArtifactIduuid-creator |
| Version | Version2.7.10 |
| Type | Typejar |
| Filename | Size |
|---|---|
| uuid-creator-2.7.10.pom | |
| uuid-creator-2.7.10.jar | 62 KB |
| uuid-creator-2.7.10-sources.jar | 82 KB |
| uuid-creator-2.7.10-javadoc.jar | 725 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.f4b6a3/uuid-creator/ -->
<dependency>
<groupId>com.github.f4b6a3</groupId>
<artifactId>uuid-creator</artifactId>
<version>2.7.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.f4b6a3/uuid-creator/
implementation 'com.github.f4b6a3:uuid-creator:2.7.10'
// https://jarcasting.com/artifacts/com.github.f4b6a3/uuid-creator/
implementation ("com.github.f4b6a3:uuid-creator:2.7.10")
'com.github.f4b6a3:uuid-creator:jar:2.7.10'
<dependency org="com.github.f4b6a3" name="uuid-creator" rev="2.7.10">
<artifact name="uuid-creator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.f4b6a3', module='uuid-creator', version='2.7.10')
)
libraryDependencies += "com.github.f4b6a3" % "uuid-creator" % "2.7.10"
[com.github.f4b6a3/uuid-creator "2.7.10"]