| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdorg.glassfish.jersey.examples |
| ArtifactId | ArtifactIdhelloworld |
| Version | Version3.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| helloworld-3.0.5.pom | |
| helloworld-3.0.5.jar | 21 KB |
| helloworld-3.0.5-sources.jar | 20 KB |
| helloworld-3.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation 'org.glassfish.jersey.examples:helloworld:3.0.5'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/helloworld/
implementation ("org.glassfish.jersey.examples:helloworld:3.0.5")
'org.glassfish.jersey.examples:helloworld:jar:3.0.5'
<dependency org="org.glassfish.jersey.examples" name="helloworld" rev="3.0.5">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='helloworld', version='3.0.5')
)
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld" % "3.0.5"
[org.glassfish.jersey.examples/helloworld "3.0.5"]