is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-http2 1.3.10


Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-http2
Version

Version

1.3.10
Type

Type

jar

Download dropwizard-http2 1.3.10


<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-http2/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-http2</artifactId>
    <version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-http2/
implementation 'io.dropwizard:dropwizard-http2:1.3.10'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-http2/
implementation ("io.dropwizard:dropwizard-http2:1.3.10")
'io.dropwizard:dropwizard-http2:jar:1.3.10'
<dependency org="io.dropwizard" name="dropwizard-http2" rev="1.3.10">
  <artifact name="dropwizard-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-http2', version='1.3.10')
)
libraryDependencies += "io.dropwizard" % "dropwizard-http2" % "1.3.10"
[io.dropwizard/dropwizard-http2 "1.3.10"]