GroupId | GroupIdcom.groupon |
---|---|
ArtifactId | ArtifactIdlocality-uuid |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
locality-uuid-1.0.0.pom | |
locality-uuid-1.0.0.jar | 6 KB |
locality-uuid-1.0.0-sources.jar | 5 KB |
locality-uuid-1.0.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupon/locality-uuid/ -->
<dependency>
<groupId>com.groupon</groupId>
<artifactId>locality-uuid</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon/locality-uuid/
implementation 'com.groupon:locality-uuid:1.0.0'
// https://jarcasting.com/artifacts/com.groupon/locality-uuid/
implementation ("com.groupon:locality-uuid:1.0.0")
'com.groupon:locality-uuid:jar:1.0.0'
<dependency org="com.groupon" name="locality-uuid" rev="1.0.0">
<artifact name="locality-uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon', module='locality-uuid', version='1.0.0')
)
libraryDependencies += "com.groupon" % "locality-uuid" % "1.0.0"
[com.groupon/locality-uuid "1.0.0"]