is not current version
Last Version 1.19.4

com.sun.jersey.samples:scala-helloworld-webapp 1.6-ea06


Categories

Categories

Scala Languages Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

scala-helloworld-webapp
Version

Version

1.6-ea06
Type

Type

war

Download scala-helloworld-webapp 1.6-ea06


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