Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.test.osgi |
ArtifactId | ArtifactIdfunctional-osgi-tests |
Version | Version1.5-ea08 |
Type | Typejar |
Filename | Size |
---|---|
functional-osgi-tests-1.5-ea08.pom | |
functional-osgi-tests-1.5-ea08.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.test.osgi/functional-osgi-tests/ -->
<dependency>
<groupId>com.sun.jersey.test.osgi</groupId>
<artifactId>functional-osgi-tests</artifactId>
<version>1.5-ea08</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test.osgi/functional-osgi-tests/
implementation 'com.sun.jersey.test.osgi:functional-osgi-tests:1.5-ea08'
// https://jarcasting.com/artifacts/com.sun.jersey.test.osgi/functional-osgi-tests/
implementation ("com.sun.jersey.test.osgi:functional-osgi-tests:1.5-ea08")
'com.sun.jersey.test.osgi:functional-osgi-tests:jar:1.5-ea08'
<dependency org="com.sun.jersey.test.osgi" name="functional-osgi-tests" rev="1.5-ea08">
<artifact name="functional-osgi-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test.osgi', module='functional-osgi-tests', version='1.5-ea08')
)
libraryDependencies += "com.sun.jersey.test.osgi" % "functional-osgi-tests" % "1.5-ea08"
[com.sun.jersey.test.osgi/functional-osgi-tests "1.5-ea08"]