is not current version
Last Version 1.19.4

com.sun.jersey.samples:helloworld 0.9-ea


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

helloworld
Version

Version

0.9-ea
Type

Type

jar

Download helloworld 0.9-ea


<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/ -->
<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>helloworld</artifactId>
    <version>0.9-ea</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/
implementation 'com.sun.jersey.samples:helloworld:0.9-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/
implementation ("com.sun.jersey.samples:helloworld:0.9-ea")
'com.sun.jersey.samples:helloworld:jar:0.9-ea'
<dependency org="com.sun.jersey.samples" name="helloworld" rev="0.9-ea">
  <artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='helloworld', version='0.9-ea')
)
libraryDependencies += "com.sun.jersey.samples" % "helloworld" % "0.9-ea"
[com.sun.jersey.samples/helloworld "0.9-ea"]