is not current version
Last Version 1.15

com.sun.jersey.samples.helloworld-osgi-webapp:functional-test 1.5


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples.helloworld-osgi-webapp
ArtifactId

ArtifactId

functional-test
Version

Version

1.5
Type

Type

jar

Download functional-test 1.5


<!-- 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.5</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.5'
// https://jarcasting.com/artifacts/com.sun.jersey.samples.helloworld-osgi-webapp/functional-test/
implementation ("com.sun.jersey.samples.helloworld-osgi-webapp:functional-test:1.5")
'com.sun.jersey.samples.helloworld-osgi-webapp:functional-test:jar:1.5'
<dependency org="com.sun.jersey.samples.helloworld-osgi-webapp" name="functional-test" rev="1.5">
  <artifact name="functional-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples.helloworld-osgi-webapp', module='functional-test', version='1.5')
)
libraryDependencies += "com.sun.jersey.samples.helloworld-osgi-webapp" % "functional-test" % "1.5"
[com.sun.jersey.samples.helloworld-osgi-webapp/functional-test "1.5"]