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