Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.bazaarvoice.emodb |
ArtifactId | ArtifactIdemodb-common-dropwizard-client |
Version | Version5.7.5 |
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>5.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-dropwizard-client/
implementation 'com.bazaarvoice.emodb:emodb-common-dropwizard-client:5.7.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-common-dropwizard-client/
implementation ("com.bazaarvoice.emodb:emodb-common-dropwizard-client:5.7.5")
'com.bazaarvoice.emodb:emodb-common-dropwizard-client:jar:5.7.5'
<dependency org="com.bazaarvoice.emodb" name="emodb-common-dropwizard-client" rev="5.7.5">
<artifact name="emodb-common-dropwizard-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-common-dropwizard-client', version='5.7.5')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-common-dropwizard-client" % "5.7.5"
[com.bazaarvoice.emodb/emodb-common-dropwizard-client "5.7.5"]