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