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