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