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