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