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