GroupId | GroupIdcom.bazaarvoice.emodb |
---|---|
ArtifactId | ArtifactIdemodb |
Version | Version5.6.13 |
Type | Typepom |
Filename | Size |
---|---|
emodb-5.6.13.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb</artifactId>
<version>5.6.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb/
implementation 'com.bazaarvoice.emodb:emodb:5.6.13'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb/
implementation ("com.bazaarvoice.emodb:emodb:5.6.13")
'com.bazaarvoice.emodb:emodb:pom:5.6.13'
<dependency org="com.bazaarvoice.emodb" name="emodb" rev="5.6.13">
<artifact name="emodb" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb', version='5.6.13')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb" % "5.6.13"
[com.bazaarvoice.emodb/emodb "5.6.13"]