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