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