| License |
License
jQuery license
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
| GroupId | GroupIdorg.glassfish.jersey.examples |
| ArtifactId | ArtifactIdhelloworld |
| Version | Version3.0.2 |
| Type | Typejar |
| Description |
Descriptionjersey-examples-helloworld
Jersey annotated resource class "Hello world" example.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| helloworld-3.0.2.pom | |
| helloworld-3.0.2.jar | 18 KB |
| helloworld-3.0.2-sources.jar | 17 KB |
| helloworld-3.0.2-project-src.zip | 23 KB |
| helloworld-3.0.2-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation 'org.glassfish.jersey.examples:helloworld:3.0.2'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation ("org.glassfish.jersey.examples:helloworld:3.0.2")
'org.glassfish.jersey.examples:helloworld:jar:3.0.2'
<dependency org="org.glassfish.jersey.examples" name="helloworld" rev="3.0.2">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld', version='3.0.2')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld" % "3.0.2"
[org.glassfish.jersey.examples/helloworld "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.containers : jersey-container-grizzly2-http | jar | |
| org.glassfish.jersey.inject : jersey-hk2 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.test-framework : jersey-test-framework-util | jar | |
| org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-bundle | pom |