is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.core:jersey-client 3.0.0-M6

Jersey core client implementation

Categories

Categories

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

GroupId

org.glassfish.jersey.core
ArtifactId

ArtifactId

jersey-client
Version

Version

3.0.0-M6
Type

Type

jar

Download jersey-client 3.0.0-M6


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