License |
License |
---|---|
Categories |
CategoriesScala Languages Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdscala-helloworld-webapp |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionScala Helloworld WebApp - Jersey sample
Samples that show how to use jersey.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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.19.4</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.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/scala-helloworld-webapp/
implementation ("com.sun.jersey.samples:scala-helloworld-webapp:1.19.4")
'com.sun.jersey.samples:scala-helloworld-webapp:war:1.19.4'
<dependency org="com.sun.jersey.samples" name="scala-helloworld-webapp" rev="1.19.4">
<artifact name="scala-helloworld-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='scala-helloworld-webapp', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "scala-helloworld-webapp" % "1.19.4"
[com.sun.jersey.samples/scala-helloworld-webapp "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.persistence : org.eclipse.persistence.moxy | jar | 2.3.4-M6 |
junit : junit | jar | 4.8.2 |
org.glassfish.extras : glassfish-embedded-web | jar | 3.1.1 |