License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdhelloworld-webapp |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionHelloworld 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/helloworld-webapp/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>helloworld-webapp</artifactId>
<version>1.19.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld-webapp/
implementation 'com.sun.jersey.samples:helloworld-webapp:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld-webapp/
implementation ("com.sun.jersey.samples:helloworld-webapp:1.19.4")
'com.sun.jersey.samples:helloworld-webapp:war:1.19.4'
<dependency org="com.sun.jersey.samples" name="helloworld-webapp" rev="1.19.4">
<artifact name="helloworld-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='helloworld-webapp', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "helloworld-webapp" % "1.19.4"
[com.sun.jersey.samples/helloworld-webapp "1.19.4"]