Last Version

org.glassfish.jersey.security:oauth1-server 3.1.0-M3

Module that adds an OAuth 1 support to Jersey server

License

License

jQuery license
Categories

Categories

GlassFish Container Application Servers Security Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.security
ArtifactId

ArtifactId

oauth1-server
Version

Version

3.1.0-M3
Type

Type

jar
Description

Description

Module that adds an OAuth 1 support to Jersey server
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/oauth1-server
Project Organization

Project Organization

Eclipse Foundation

Download oauth1-server 3.1.0-M3


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

Dependencies

compile (2)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-server jar 3.1.0-M3
org.glassfish.jersey.security : oauth1-signature jar 3.1.0-M3

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.glassfish.jersey.inject : jersey-hk2 jar 3.1.0-M3

Project Modules

There are no modules declared in this project.