is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.security:oauth1-server 3.0.0-RC2

Module that adds an OAuth 1 support to Jersey server

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.0.0-RC2
Type

Type

jar

Download oauth1-server 3.0.0-RC2


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