Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.test.osgi |
ArtifactId | ArtifactIdfunctional-osgi-tests |
Version | Version1.4-ea01 |
Type | Typejar |
Filename | Size |
---|---|
functional-osgi-tests-1.4-ea01.pom | |
functional-osgi-tests-1.4-ea01.jar | 4 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.4-ea01</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test.osgi/functional-osgi-tests/
implementation 'com.sun.jersey.test.osgi:functional-osgi-tests:1.4-ea01'
// https://jarcasting.com/artifacts/com.sun.jersey.test.osgi/functional-osgi-tests/
implementation ("com.sun.jersey.test.osgi:functional-osgi-tests:1.4-ea01")
'com.sun.jersey.test.osgi:functional-osgi-tests:jar:1.4-ea01'
<dependency org="com.sun.jersey.test.osgi" name="functional-osgi-tests" rev="1.4-ea01">
<artifact name="functional-osgi-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test.osgi', module='functional-osgi-tests', version='1.4-ea01')
)
libraryDependencies += "com.sun.jersey.test.osgi" % "functional-osgi-tests" % "1.4-ea01"
[com.sun.jersey.test.osgi/functional-osgi-tests "1.4-ea01"]