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