License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Security Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.security |
ArtifactId | ArtifactIdproject |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjersey-security
Jersey security extension modules.
NOTE: Non-security Jersey extensions have their own dedicated umbrella
project.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
project-3.1.0-M3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.security/project/ -->
<dependency>
<groupId>org.glassfish.jersey.security</groupId>
<artifactId>project</artifactId>
<version>3.1.0-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/project/
implementation 'org.glassfish.jersey.security:project:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/project/
implementation ("org.glassfish.jersey.security:project:3.1.0-M3")
'org.glassfish.jersey.security:project:pom:3.1.0-M3'
<dependency org="org.glassfish.jersey.security" name="project" rev="3.1.0-M3">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.security', module='project', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.security" % "project" % "3.1.0-M3"
[org.glassfish.jersey.security/project "3.1.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.inject : jersey-hk2 | jar | 3.1.0-M3 |