Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.contribs.jersey-oauth |
ArtifactId | ArtifactIdoauth-server |
Version | Version1.10-b01 |
Type | Typejar |
Filename | Size |
---|---|
oauth-server-1.10-b01.pom | |
oauth-server-1.10-b01.jar | 29 KB |
oauth-server-1.10-b01-sources.jar | 27 KB |
oauth-server-1.10-b01-javadoc.jar | 84 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.10-b01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-server/
implementation 'com.sun.jersey.contribs.jersey-oauth:oauth-server:1.10-b01'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.jersey-oauth/oauth-server/
implementation ("com.sun.jersey.contribs.jersey-oauth:oauth-server:1.10-b01")
'com.sun.jersey.contribs.jersey-oauth:oauth-server:jar:1.10-b01'
<dependency org="com.sun.jersey.contribs.jersey-oauth" name="oauth-server" rev="1.10-b01">
<artifact name="oauth-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs.jersey-oauth', module='oauth-server', version='1.10-b01')
)
libraryDependencies += "com.sun.jersey.contribs.jersey-oauth" % "oauth-server" % "1.10-b01"
[com.sun.jersey.contribs.jersey-oauth/oauth-server "1.10-b01"]