License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.ext.microprofile |
ArtifactId | ArtifactIdjersey-mp-rest-client |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey extension modules providing utilities, filters as well as integrations
with external frameworks (Guice, Spring, Freemarker, etc.) and languages
(Scala, Groovy, etc.).
NOTE: Jersey security extensions have their own dedicated security umbrella
project.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-rest-client/ -->
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
<artifactId>jersey-mp-rest-client</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-rest-client/
implementation 'org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext.microprofile/jersey-mp-rest-client/
implementation ("org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:3.1.0-M3")
'org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.ext.microprofile" name="jersey-mp-rest-client" rev="3.1.0-M3">
<artifact name="jersey-mp-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext.microprofile', module='jersey-mp-rest-client', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.ext.microprofile" % "jersey-mp-rest-client" % "3.1.0-M3"
[org.glassfish.jersey.ext.microprofile/jersey-mp-rest-client "3.1.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |