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