Categories |
CategoriesGrizzly Net Networking Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.test |
ArtifactId | ArtifactIdgrizzly2-tests |
Version | Version1.9-ea01 |
Type | Typejar |
Filename | Size |
---|---|
grizzly2-tests-1.9-ea01.pom | |
grizzly2-tests-1.9-ea01.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.test/grizzly2-tests/ -->
<dependency>
<groupId>com.sun.jersey.test</groupId>
<artifactId>grizzly2-tests</artifactId>
<version>1.9-ea01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test/grizzly2-tests/
implementation 'com.sun.jersey.test:grizzly2-tests:1.9-ea01'
// https://jarcasting.com/artifacts/com.sun.jersey.test/grizzly2-tests/
implementation ("com.sun.jersey.test:grizzly2-tests:1.9-ea01")
'com.sun.jersey.test:grizzly2-tests:jar:1.9-ea01'
<dependency org="com.sun.jersey.test" name="grizzly2-tests" rev="1.9-ea01">
<artifact name="grizzly2-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test', module='grizzly2-tests', version='1.9-ea01')
)
libraryDependencies += "com.sun.jersey.test" % "grizzly2-tests" % "1.9-ea01"
[com.sun.jersey.test/grizzly2-tests "1.9-ea01"]