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