Last Version

jersey-examples-helloworld-spring-webapp 3.0.0-M6

Spring 4 Integration Jersey Example

License

License

jQuery license
Categories

Categories

GlassFish Container Application Servers Jersey Program Interface REST Frameworks
GroupId

GroupId

org.glassfish.jersey.examples
ArtifactId

ArtifactId

helloworld-spring-webapp
Version

Version

3.0.0-M6
Type

Type

war
Description

Description

jersey-examples-helloworld-spring-webapp
Spring 4 Integration Jersey Example
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.jersey/helloworld-spring-webapp
Project Organization

Project Organization

Eclipse Foundation

Download helloworld-spring-webapp 3.0.0-M6


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

Dependencies

compile (5)

Group / Artifact Type Version
org.glassfish.jersey.containers : jersey-container-servlet jar
org.glassfish.jersey.inject : jersey-hk2 jar
org.springframework : spring-web jar 4.3.20.RELEASE
commons-logging : commons-logging jar 1.2
org.glassfish.jersey.ext : jersey-spring4 jar 3.0.0-M6

provided (1)

Group / Artifact Type Version
org.mortbay.jetty : servlet-api-2.5 jar 6.1.14

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.