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