Categories |
CategoriesGrizzly Net Networking Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.test |
ArtifactId | ArtifactIdgrizzly2-tests |
Version | Version1.15 |
Type | Typepom |
Filename | Size |
---|---|
grizzly2-tests-1.15.pom | 7 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.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test/grizzly2-tests/
implementation 'com.sun.jersey.test:grizzly2-tests:1.15'
// https://jarcasting.com/artifacts/com.sun.jersey.test/grizzly2-tests/
implementation ("com.sun.jersey.test:grizzly2-tests:1.15")
'com.sun.jersey.test:grizzly2-tests:pom:1.15'
<dependency org="com.sun.jersey.test" name="grizzly2-tests" rev="1.15">
<artifact name="grizzly2-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test', module='grizzly2-tests', version='1.15')
)
libraryDependencies += "com.sun.jersey.test" % "grizzly2-tests" % "1.15"
[com.sun.jersey.test/grizzly2-tests "1.15"]