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