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