| GroupId | GroupIdcom.benasher44 |
|---|---|
| ArtifactId | ArtifactIduuid |
| Version | Version0.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| uuid-0.1.0.pom | |
| uuid-0.1.0-sources.jar | 261 bytes |
| uuid-0.1.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.benasher44/uuid/ -->
<dependency>
<groupId>com.benasher44</groupId>
<artifactId>uuid</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.benasher44/uuid/
implementation 'com.benasher44:uuid:0.1.0'
// https://jarcasting.com/artifacts/com.benasher44/uuid/
implementation ("com.benasher44:uuid:0.1.0")
'com.benasher44:uuid:pom:0.1.0'
<dependency org="com.benasher44" name="uuid" rev="0.1.0">
<artifact name="uuid" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.benasher44', module='uuid', version='0.1.0')
)
libraryDependencies += "com.benasher44" % "uuid" % "0.1.0"
[com.benasher44/uuid "0.1.0"]