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