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