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