is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.core:jersey-common 2.25.1

Jersey core common packages

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.core
ArtifactId

ArtifactId

jersey-common
Version

Version

2.25.1
Type

Type

jar

Download jersey-common 2.25.1


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