Categories |
CategoriesGlassFish Container Application Servers Security Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.security |
ArtifactId | ArtifactIdoauth1-server |
Version | Version2.20 |
Type | Typejar |
Filename | Size |
---|---|
oauth1-server-2.20.pom | |
oauth1-server-2.20.jar | 31 KB |
oauth1-server-2.20-sources.jar | 35 KB |
oauth1-server-2.20-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-server/ -->
<dependency>
<groupId>org.glassfish.jersey.security</groupId>
<artifactId>oauth1-server</artifactId>
<version>2.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-server/
implementation 'org.glassfish.jersey.security:oauth1-server:2.20'
// https://jarcasting.com/artifacts/org.glassfish.jersey.security/oauth1-server/
implementation ("org.glassfish.jersey.security:oauth1-server:2.20")
'org.glassfish.jersey.security:oauth1-server:jar:2.20'
<dependency org="org.glassfish.jersey.security" name="oauth1-server" rev="2.20">
<artifact name="oauth1-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.security', module='oauth1-server', version='2.20')
)
libraryDependencies += "org.glassfish.jersey.security" % "oauth1-server" % "2.20"
[org.glassfish.jersey.security/oauth1-server "2.20"]