License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdsimple-servlet |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSimple Servlet - Jersey sample
Samples that show how to use jersey.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
simple-servlet-1.19.4.pom | |
simple-servlet-1.19.4.war | 1 MB |
simple-servlet-1.19.4-sources.jar | 13 KB |
simple-servlet-1.19.4-project.zip | 34 KB |
simple-servlet-1.19.4-javadoc.jar | 41 KB |
simple-servlet-1.19.4-gf-project.zip | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/simple-servlet/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>simple-servlet</artifactId>
<version>1.19.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/simple-servlet/
implementation 'com.sun.jersey.samples:simple-servlet:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/simple-servlet/
implementation ("com.sun.jersey.samples:simple-servlet:1.19.4")
'com.sun.jersey.samples:simple-servlet:war:1.19.4'
<dependency org="com.sun.jersey.samples" name="simple-servlet" rev="1.19.4">
<artifact name="simple-servlet" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='simple-servlet', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "simple-servlet" % "1.19.4"
[com.sun.jersey.samples/simple-servlet "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |