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