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