Last Version

Spring Annotations WebApp - Jersey sample 1.19.4

Samples that show how to use jersey.

License

License

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

spring-annotations
Version

Version

1.19.4
Type

Type

war
Description

Description

Spring Annotations WebApp - Jersey sample
Samples that show how to use jersey.
Project URL

Project URL

https://jersey.java.net/spring-annotations/
Project Organization

Project Organization

Oracle Corporation

Download spring-annotations 1.19.4


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

Dependencies

compile (3)

Group / Artifact Type Version
org.aspectj : aspectjrt jar ${aspectjrt.version}
com.sun.jersey : jersey-servlet jar 1.19.4
com.sun.jersey.contribs : jersey-spring jar 1.19.4

runtime (2)

Group / Artifact Type Version
org.aspectj : aspectjweaver jar ${aspectjrt.version}
cglib : cglib jar 2.2

test (2)

Group / Artifact Type Version
com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 jar 1.19.4
com.sun.jersey.jersey-test-framework : jersey-test-framework-external jar 1.19.4

Project Modules

There are no modules declared in this project.