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