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