is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-http2 1.3.4


Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-http2
Version

Version

1.3.4
Type

Type

jar

Download dropwizard-http2 1.3.4


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