Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.contribs.jersey-oauth |
ArtifactId | ArtifactIdoauth-server |
Version | Version1.1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
oauth-server-1.1.5.2.pom | |
oauth-server-1.1.5.2.jar | 5 KB |
oauth-server-1.1.5.2-sources.jar | 2 KB |
oauth-server-1.1.5.2-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-server/ -->
<dependency>
<groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
<artifactId>oauth-server</artifactId>
<version>1.1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-server/
implementation 'com.sun.jersey.contribs.jersey-oauth:oauth-server:1.1.5.2'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-server/
implementation ("com.sun.jersey.contribs.jersey-oauth:oauth-server:1.1.5.2")
'com.sun.jersey.contribs.jersey-oauth:oauth-server:jar:1.1.5.2'
<dependency org="com.sun.jersey.contribs.jersey-oauth" name="oauth-server" rev="1.1.5.2">
<artifact name="oauth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs.jersey-oauth', module='oauth-server', version='1.1.5.2')
)
libraryDependencies += "com.sun.jersey.contribs.jersey-oauth" % "oauth-server" % "1.1.5.2"
[com.sun.jersey.contribs.jersey-oauth/oauth-server "1.1.5.2"]