Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.bazaarvoice.emodb |
ArtifactId | ArtifactIdemodb-common-client |
Version | Version6.0.8 |
Type | Typejar |
Filename | Size |
---|---|
emodb-common-client-6.0.8.pom | |
emodb-common-client-6.0.8.jar | 26 KB |
emodb-common-client-6.0.8-sources.jar | 15 KB |
emodb-common-client-6.0.8-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-client/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-common-client</artifactId>
<version>6.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-client/
implementation 'com.bazaarvoice.emodb:emodb-common-client:6.0.8'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-client/
implementation ("com.bazaarvoice.emodb:emodb-common-client:6.0.8")
'com.bazaarvoice.emodb:emodb-common-client:jar:6.0.8'
<dependency org="com.bazaarvoice.emodb" name="emodb-common-client" rev="6.0.8">
<artifact name="emodb-common-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-common-client', version='6.0.8')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-common-client" % "6.0.8"
[com.bazaarvoice.emodb/emodb-common-client "6.0.8"]