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