Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-http2 |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-http2-1.0.7.pom | |
dropwizard-http2-1.0.7.jar | 6 KB |
dropwizard-http2-1.0.7-sources.jar | 6 KB |
dropwizard-http2-1.0.7-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-http2/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-http2</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-http2/
implementation 'io.dropwizard:dropwizard-http2:1.0.7'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-http2/
implementation ("io.dropwizard:dropwizard-http2:1.0.7")
'io.dropwizard:dropwizard-http2:jar:1.0.7'
<dependency org="io.dropwizard" name="dropwizard-http2" rev="1.0.7">
<artifact name="dropwizard-http2" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-http2', version='1.0.7')
)
libraryDependencies += "io.dropwizard" % "dropwizard-http2" % "1.0.7"
[io.dropwizard/dropwizard-http2 "1.0.7"]