Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.dropwizard-bundles |
ArtifactId | ArtifactIdparent-pom |
Version | Version1.0.5 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-1.0.5.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard-bundles/parent-pom/ -->
<dependency>
<groupId>io.dropwizard-bundles</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard-bundles/parent-pom/
implementation 'io.dropwizard-bundles:parent-pom:1.0.5'
// https://jarcasting.com/artifacts/io.dropwizard-bundles/parent-pom/
implementation ("io.dropwizard-bundles:parent-pom:1.0.5")
'io.dropwizard-bundles:parent-pom:pom:1.0.5'
<dependency org="io.dropwizard-bundles" name="parent-pom" rev="1.0.5">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard-bundles', module='parent-pom', version='1.0.5')
)
libraryDependencies += "io.dropwizard-bundles" % "parent-pom" % "1.0.5"
[io.dropwizard-bundles/parent-pom "1.0.5"]