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