| GroupId | GroupIdcom.bazaarvoice.emodb |
|---|---|
| ArtifactId | ArtifactIdemodb-common-uuid |
| Version | Version5.4.21 |
| Type | Typejar |
| Filename | Size |
|---|---|
| emodb-common-uuid-5.4.21.pom | |
| emodb-common-uuid-5.4.21.jar | 6 KB |
| emodb-common-uuid-5.4.21-sources.jar | 4 KB |
| emodb-common-uuid-5.4.21-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-uuid/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-common-uuid</artifactId>
<version>5.4.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-uuid/
implementation 'com.bazaarvoice.emodb:emodb-common-uuid:5.4.21'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-uuid/
implementation ("com.bazaarvoice.emodb:emodb-common-uuid:5.4.21")
'com.bazaarvoice.emodb:emodb-common-uuid:jar:5.4.21'
<dependency org="com.bazaarvoice.emodb" name="emodb-common-uuid" rev="5.4.21">
<artifact name="emodb-common-uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-common-uuid', version='5.4.21')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-common-uuid" % "5.4.21"
[com.bazaarvoice.emodb/emodb-common-uuid "5.4.21"]