License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices CLI User Interface |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-client |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard HTTP Client
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-client/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-client/
implementation 'io.dropwizard:dropwizard-client:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-client/
implementation ("io.dropwizard:dropwizard-client:4.0.0-beta.1")
'io.dropwizard:dropwizard-client:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-client" rev="4.0.0-beta.1">
<artifact name="dropwizard-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-client', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-client" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-client "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.4.0 |
org.mockito : mockito-inline | jar | 4.4.0 |
org.glassfish.jersey.ext.rx : jersey-rx-client-rxjava2 | jar | |
io.dropwizard : dropwizard-testing | jar | 4.0.0-beta.1 |
org.bouncycastle : bcprov-jdk15on | jar | 1.70 |