License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-spring-annotations |
Last Version | Last Version3.0.0-M6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring 4 Integration Jersey Example
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-annotations/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-spring-annotations</artifactId>
<version>3.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-annotations/
implementation 'org.glassfish.jersey.examples:helloworld-spring-annotations:3.0.0-M6'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-spring-annotations/
implementation ("org.glassfish.jersey.examples:helloworld-spring-annotations:3.0.0-M6")
'org.glassfish.jersey.examples:helloworld-spring-annotations:jar:3.0.0-M6'
<dependency org="org.glassfish.jersey.examples" name="helloworld-spring-annotations" rev="3.0.0-M6">
<artifact name="helloworld-spring-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-spring-annotations', version='3.0.0-M6')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-spring-annotations" % "3.0.0-M6"
[org.glassfish.jersey.examples/helloworld-spring-annotations "3.0.0-M6"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.containers : jersey-container-grizzly2-http | jar | |
org.glassfish.jersey.inject : jersey-hk2 | jar | |
org.glassfish.jersey.ext : jersey-spring4 | jar | 3.0.0-M6 |
org.springframework : spring-web | jar | 4.3.20.RELEASE |
commons-logging : commons-logging | jar | 1.2 |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-inmemory | jar |