Last Version

jersey-examples-helloworld-webapp 3.1.0-M3

Jersey annotated resource class "Hello world" 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-webapp
Version

Version

3.1.0-M3
Type

Type

war
Description

Description

jersey-examples-helloworld-webapp
Jersey annotated resource class "Hello world" example.
Project URL

Project URL

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

Project Organization

Eclipse Foundation

Download helloworld-webapp 3.1.0-M3


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

Dependencies

compile (6)

Group / Artifact Type Version
jakarta.servlet : jakarta.servlet-api jar 5.0.0
org.glassfish.jersey.containers : jersey-container-grizzly2-servlet jar
org.glassfish.jersey.inject : jersey-hk2 jar
jakarta.xml.bind : jakarta.xml.bind-api jar 3.0.1
com.sun.xml.bind : jaxb-impl jar 3.0.2
org.glassfish.jersey.containers : jersey-container-servlet-core jar

test (1)

Group / Artifact Type Version
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle pom

Project Modules

There are no modules declared in this project.