is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.ext:jersey-proxy-client 3.1.0-M1

Jersey extension module providing support for (proxy-based) high-level client API.

Categories

Categories

GlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.ext
ArtifactId

ArtifactId

jersey-proxy-client
Version

Version

3.1.0-M1
Type

Type

jar

Download jersey-proxy-client 3.1.0-M1


<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-proxy-client/ -->
<dependency>
    <groupId>org.glassfish.jersey.ext</groupId>
    <artifactId>jersey-proxy-client</artifactId>
    <version>3.1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-proxy-client/
implementation 'org.glassfish.jersey.ext:jersey-proxy-client:3.1.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-proxy-client/
implementation ("org.glassfish.jersey.ext:jersey-proxy-client:3.1.0-M1")
'org.glassfish.jersey.ext:jersey-proxy-client:jar:3.1.0-M1'
<dependency org="org.glassfish.jersey.ext" name="jersey-proxy-client" rev="3.1.0-M1">
  <artifact name="jersey-proxy-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext', module='jersey-proxy-client', version='3.1.0-M1')
)
libraryDependencies += "org.glassfish.jersey.ext" % "jersey-proxy-client" % "3.1.0-M1"
[org.glassfish.jersey.ext/jersey-proxy-client "3.1.0-M1"]