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