is not current version
Last Version 3.1.0-M3

org.glassfish.jersey.security:oauth1-server 2.14

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

2.14
Type

Type

jar

Download oauth1-server 2.14


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