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

org.glassfish.jersey.security:project 2.0-m04-1

Jersey security extension modules. NOTE: Non-security Jersey extensions have their own dedicated umbrella project.

Категории

Категории

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

Группа

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

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

project
Версия

Версия

2.0-m04-1
Тип

Тип

pom

Скачать project 2.0-m04-1

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

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