Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.bazaarvoice.ostrich |
ArtifactId | ArtifactIdostrich-dropwizard |
Version | Version1.9.5 |
Type | Typejar |
Filename | Size |
---|---|
ostrich-dropwizard-1.9.5.pom | |
ostrich-dropwizard-1.9.5.jar | 8 KB |
ostrich-dropwizard-1.9.5-sources.jar | 5 KB |
ostrich-dropwizard-1.9.5-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-dropwizard/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich</groupId>
<artifactId>ostrich-dropwizard</artifactId>
<version>1.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-dropwizard/
implementation 'com.bazaarvoice.ostrich:ostrich-dropwizard:1.9.5'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich/ostrich-dropwizard/
implementation ("com.bazaarvoice.ostrich:ostrich-dropwizard:1.9.5")
'com.bazaarvoice.ostrich:ostrich-dropwizard:jar:1.9.5'
<dependency org="com.bazaarvoice.ostrich" name="ostrich-dropwizard" rev="1.9.5">
<artifact name="ostrich-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich', module='ostrich-dropwizard', version='1.9.5')
)
libraryDependencies += "com.bazaarvoice.ostrich" % "ostrich-dropwizard" % "1.9.5"
[com.bazaarvoice.ostrich/ostrich-dropwizard "1.9.5"]