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