| Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
|---|---|
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-client |
| Version | Version2.0.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-client-2.0.14.pom | |
| dropwizard-client-2.0.14.jar | 37 KB |
| dropwizard-client-2.0.14-sources.jar | 21 KB |
| dropwizard-client-2.0.14-javadoc.jar | 106 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-client/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>2.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-client/
implementation 'io.dropwizard:dropwizard-client:2.0.14'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-client/
implementation ("io.dropwizard:dropwizard-client:2.0.14")
'io.dropwizard:dropwizard-client:jar:2.0.14'
<dependency org="io.dropwizard" name="dropwizard-client" rev="2.0.14">
<artifact name="dropwizard-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-client', version='2.0.14')
)
libraryDependencies += "io.dropwizard" % "dropwizard-client" % "2.0.14"
[io.dropwizard/dropwizard-client "2.0.14"]