License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-spring-webapp |
Last Version | Last Version3.0.0-M6 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionjersey-examples-helloworld-spring-webapp
Spring 4 Integration Jersey Example
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : servlet-api-2.5 | jar | 6.1.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |