License |
License |
---|---|
Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks Bootique Web Frameworks |
GroupId | GroupIdio.bootique.jersey |
ArtifactId | ArtifactIdbootique-jersey-client |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-jersey-client: HTTP client integrated with Bootique, built on top of Jersey.
Provides HTTP client integrated with Bootique, built on top of Jersey.
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.jersey/bootique-jersey-client/ -->
<dependency>
<groupId>io.bootique.jersey</groupId>
<artifactId>bootique-jersey-client</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jersey/bootique-jersey-client/
implementation 'io.bootique.jersey:bootique-jersey-client:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.jersey/bootique-jersey-client/
implementation ("io.bootique.jersey:bootique-jersey-client:2.0.1")
'io.bootique.jersey:bootique-jersey-client:jar:2.0.1'
<dependency org="io.bootique.jersey" name="bootique-jersey-client" rev="2.0.1">
<artifact name="bootique-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jersey', module='bootique-jersey-client', version='2.0.1')
)
libraryDependencies += "io.bootique.jersey" % "bootique-jersey-client" % "2.0.1"
[io.bootique.jersey/bootique-jersey-client "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
org.glassfish.jersey.core : jersey-client | jar | 2.35 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.35 |
org.glassfish.jersey.connectors : jersey-grizzly-connector | jar | 2.35 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.35 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-base | jar | 2.12.6 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.12.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
com.sun.activation : jakarta.activation | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.9.0 |
io.bootique.jersey : bootique-jersey | jar | 2.0.1 |
io.bootique.jetty : bootique-jetty-junit5 | jar | 2.0.1 |
io.bootique.logback : bootique-logback | jar | 2.0.1 |