License |
License
CDDL+GPL License
|
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.oauth |
ArtifactId | ArtifactIdoauth-tests |
Last Version | Last Version1.1.1-ea |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionoauth-tests
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
oauth-tests-1.1.1-ea.pom | |
oauth-tests-1.1.1-ea.jar | 2 KB |
oauth-tests-1.1.1-ea-sources.jar | 327 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.oauth/oauth-tests/ -->
<dependency>
<groupId>com.sun.jersey.oauth</groupId>
<artifactId>oauth-tests</artifactId>
<version>1.1.1-ea</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.oauth/oauth-tests/
implementation 'com.sun.jersey.oauth:oauth-tests:1.1.1-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.oauth/oauth-tests/
implementation ("com.sun.jersey.oauth:oauth-tests:1.1.1-ea")
'com.sun.jersey.oauth:oauth-tests:jar:1.1.1-ea'
<dependency org="com.sun.jersey.oauth" name="oauth-tests" rev="1.1.1-ea">
<artifact name="oauth-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.oauth', module='oauth-tests', version='1.1.1-ea')
)
libraryDependencies += "com.sun.jersey.oauth" % "oauth-tests" % "1.1.1-ea"
[com.sun.jersey.oauth/oauth-tests "1.1.1-ea"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
com.sun.grizzly : grizzly-servlet-webserver | jar | 1.9.9 |
com.sun.grizzly : grizzly-http-webserver | jar | 1.9.9 |
com.sun.jersey : jersey-server | jar | 1.1.1-ea |
com.sun.jersey.oauth : oauth-signature | jar | 1.1.1-ea |
com.sun.jersey.oauth : oauth-client | jar | 1.1.1-ea |
com.sun.jersey.oauth : oauth-server | jar | 1.1.1-ea |