is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.containers.glassfish:project 2.22.1

Jersey GlassFish container providers umbrella project module

Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.containers.glassfish
ArtifactId

ArtifactId

project
Version

Version

2.22.1
Type

Type

pom

Download project 2.22.1

Filename Size
project-2.22.1.pom 2 KB
Browse

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