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