License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdhelloworld-pure-jax-rs |
Version | Version3.1.0-M3 |
Type | Typejar |
Description |
Descriptionjersey-examples-helloworld-pure-jax-rs
Example using only the standard JAX-RS API's and the lightweight HTTP server bundled in JDK.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-pure-jax-rs/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld-pure-jax-rs</artifactId>
<version>3.1.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-pure-jax-rs/
implementation 'org.glassfish.jersey.examples:helloworld-pure-jax-rs:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld-pure-jax-rs/
implementation ("org.glassfish.jersey.examples:helloworld-pure-jax-rs:3.1.0-M3")
'org.glassfish.jersey.examples:helloworld-pure-jax-rs:jar:3.1.0-M3'
<dependency org="org.glassfish.jersey.examples" name="helloworld-pure-jax-rs" rev="3.1.0-M3">
<artifact name="helloworld-pure-jax-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld-pure-jax-rs', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-pure-jax-rs" % "3.1.0-M3"
[org.glassfish.jersey.examples/helloworld-pure-jax-rs "3.1.0-M3"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.containers : jersey-container-jdk-http | jar | |
org.glassfish.jersey.core : jersey-client | jar | |
org.glassfish.jersey.inject : jersey-hk2 | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |