Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.dropwizard-bundles |
ArtifactId | ArtifactIdparent-pom |
Version | Version1.1.4 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-1.1.4.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.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard-bundles/parent-pom/
implementation 'io.dropwizard-bundles:parent-pom:1.1.4'
// https://jarcasting.com/artifacts/io.dropwizard-bundles/parent-pom/
implementation ("io.dropwizard-bundles:parent-pom:1.1.4")
'io.dropwizard-bundles:parent-pom:pom:1.1.4'
<dependency org="io.dropwizard-bundles" name="parent-pom" rev="1.1.4">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard-bundles', module='parent-pom', version='1.1.4')
)
libraryDependencies += "io.dropwizard-bundles" % "parent-pom" % "1.1.4"
[io.dropwizard-bundles/parent-pom "1.1.4"]