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