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