is not current version
Last Version 0.4

com.github.arteam:dropwizard-http2-client 0.2

Dropwizard Integration with Jetty HTTP/1.1 and HTTP/2 client

Categories

Categories

DropWizard Container Microservices CLI User Interface
GroupId

GroupId

com.github.arteam
ArtifactId

ArtifactId

dropwizard-http2-client
Version

Version

0.2
Type

Type

jar

Download dropwizard-http2-client 0.2


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