Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
---|---|
GroupId | GroupIdcom.github.arteam |
ArtifactId | ArtifactIddropwizard-http2-client |
Version | Version0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.arteam/dropwizard-http2-client/ -->
<dependency>
<groupId>com.github.arteam</groupId>
<artifactId>dropwizard-http2-client</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-http2-client/
implementation 'com.github.arteam:dropwizard-http2-client:0.3'
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-http2-client/
implementation ("com.github.arteam:dropwizard-http2-client:0.3")
'com.github.arteam:dropwizard-http2-client:jar:0.3'
<dependency org="com.github.arteam" name="dropwizard-http2-client" rev="0.3">
<artifact name="dropwizard-http2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='dropwizard-http2-client', version='0.3')
)
libraryDependencies += "com.github.arteam" % "dropwizard-http2-client" % "0.3"
[com.github.arteam/dropwizard-http2-client "0.3"]