<dependency> <groupId>io.dropwizard-bundles</groupId> <artifactId>parent-pom</artifactId> <version>1.0.5</version> <type>pom</type> </dependency>
implementation 'io.dropwizard-bundles:parent-pom:1.0.5'
implementation("io.dropwizard-bundles:parent-pom:1.0.5")
libraryDependencies += "io.dropwizard-bundles" % "parent-pom" % "1.0.5"
@Grapes( @Grab(group='io.dropwizard-bundles', module='parent-pom', version='1.0.5') )
<dependency org="io.dropwizard-bundles" name="parent-pom" rev="1.0.5" />
[io.dropwizard-bundles/parent-pom "1.0.5"]
'io.dropwizard-bundles:parent-pom:jar:1.0.5'