<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-util</artifactId> <version>1.0.2</version> </dependency>
implementation 'io.dropwizard:dropwizard-util:1.0.2'
implementation("io.dropwizard:dropwizard-util:1.0.2")
libraryDependencies += "io.dropwizard" % "dropwizard-util" % "1.0.2"
@Grapes( @Grab(group='io.dropwizard', module='dropwizard-util', version='1.0.2') )
<dependency org="io.dropwizard" name="dropwizard-util" rev="1.0.2" />
[io.dropwizard/dropwizard-util "1.0.2"]
'io.dropwizard:dropwizard-util:jar:1.0.2'
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>1.0.2</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.google.guava:guava
|-- com.google.code.findbugs:jsr305
|-- joda-time:joda-time
test
|-- com.fasterxml.jackson.core:jackson-databind