не последняя версия
Последняя версия 3.1.0-M3

org.glassfish.jersey.containers.glassfish:project 3.0.5

Jersey GlassFish container providers umbrella project module

Категории

Категории

GlassFish Контейнер Application Servers Jersey Межпрограммное взаимодействие REST Frameworks
Группа

Группа

org.glassfish.jersey.containers.glassfish
Идентификатор

Идентификатор

project
Версия

Версия

3.0.5
Тип

Тип

pom

Скачать project 3.0.5

Имя Файла Размер
project-3.0.5.pom 1 KB
Обзор

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