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