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