Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.smoketurner.dropwizard |
ArtifactId | ArtifactIddropwizard-pom |
Version | Version2.0.0-1 |
Type | Typepom |
Filename | Size |
---|---|
dropwizard-pom-2.0.0-1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-pom/ -->
<dependency>
<groupId>com.smoketurner.dropwizard</groupId>
<artifactId>dropwizard-pom</artifactId>
<version>2.0.0-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-pom/
implementation 'com.smoketurner.dropwizard:dropwizard-pom:2.0.0-1'
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/dropwizard-pom/
implementation ("com.smoketurner.dropwizard:dropwizard-pom:2.0.0-1")
'com.smoketurner.dropwizard:dropwizard-pom:pom:2.0.0-1'
<dependency org="com.smoketurner.dropwizard" name="dropwizard-pom" rev="2.0.0-1">
<artifact name="dropwizard-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner.dropwizard', module='dropwizard-pom', version='2.0.0-1')
)
libraryDependencies += "com.smoketurner.dropwizard" % "dropwizard-pom" % "2.0.0-1"
[com.smoketurner.dropwizard/dropwizard-pom "2.0.0-1"]