is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.ext:jersey-proxy-client 3.0.0-M6

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.0.0-M6
Type

Type

jar

Download jersey-proxy-client 3.0.0-M6


<!-- 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.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-proxy-client/
implementation 'org.glassfish.jersey.ext:jersey-proxy-client:3.0.0-M6'
// https://jarcasting.com/artifacts/org.glassfish.jersey.ext/jersey-proxy-client/
implementation ("org.glassfish.jersey.ext:jersey-proxy-client:3.0.0-M6")
'org.glassfish.jersey.ext:jersey-proxy-client:jar:3.0.0-M6'
<dependency org="org.glassfish.jersey.ext" name="jersey-proxy-client" rev="3.0.0-M6">
  <artifact name="jersey-proxy-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.ext', module='jersey-proxy-client', version='3.0.0-M6')
)
libraryDependencies += "org.glassfish.jersey.ext" % "jersey-proxy-client" % "3.0.0-M6"
[org.glassfish.jersey.ext/jersey-proxy-client "3.0.0-M6"]