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