| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.examples |
| ArtifactId | ArtifactIdhelloworld |
| Version | Version2.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| helloworld-2.6.pom | |
| helloworld-2.6.jar | 5 KB |
| helloworld-2.6-sources.jar | 3 KB |
| helloworld-2.6-project-src.zip | 11 KB |
| helloworld-2.6-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>helloworld</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation 'org.glassfish.jersey.examples:helloworld:2.6'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation ("org.glassfish.jersey.examples:helloworld:2.6")
'org.glassfish.jersey.examples:helloworld:jar:2.6'
<dependency org="org.glassfish.jersey.examples" name="helloworld" rev="2.6">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld', version='2.6')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld" % "2.6"
[org.glassfish.jersey.examples/helloworld "2.6"]