Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.bazaarvoice.emodb |
ArtifactId | ArtifactIdemodb-common-dropwizard-client |
Version | Version6.0.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-dropwizard-client/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-common-dropwizard-client</artifactId>
<version>6.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-dropwizard-client/
implementation 'com.bazaarvoice.emodb:emodb-common-dropwizard-client:6.0.11'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-dropwizard-client/
implementation ("com.bazaarvoice.emodb:emodb-common-dropwizard-client:6.0.11")
'com.bazaarvoice.emodb:emodb-common-dropwizard-client:jar:6.0.11'
<dependency org="com.bazaarvoice.emodb" name="emodb-common-dropwizard-client" rev="6.0.11">
<artifact name="emodb-common-dropwizard-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-common-dropwizard-client', version='6.0.11')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-common-dropwizard-client" % "6.0.11"
[com.bazaarvoice.emodb/emodb-common-dropwizard-client "6.0.11"]