GroupId | GroupIdcom.bazaarvoice.emodb |
---|---|
ArtifactId | ArtifactIdemodb-cachemgr |
Version | Version1.0.1-migration |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-cachemgr/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-cachemgr</artifactId>
<version>1.0.1-migration</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-cachemgr/
implementation 'com.bazaarvoice.emodb:emodb-cachemgr:1.0.1-migration'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-cachemgr/
implementation ("com.bazaarvoice.emodb:emodb-cachemgr:1.0.1-migration")
'com.bazaarvoice.emodb:emodb-cachemgr:jar:1.0.1-migration'
<dependency org="com.bazaarvoice.emodb" name="emodb-cachemgr" rev="1.0.1-migration">
<artifact name="emodb-cachemgr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-cachemgr', version='1.0.1-migration')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-cachemgr" % "1.0.1-migration"
[com.bazaarvoice.emodb/emodb-cachemgr "1.0.1-migration"]