is not current version
Last Version 1.19.4

com.sun.jersey.samples:helloworld-webapp 1.0.1


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

helloworld-webapp
Version

Version

1.0.1
Type

Type

war

Download helloworld-webapp 1.0.1


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