License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdjersey-server-linking-sample |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionDeclarative Hyperlinking - Jersey Sample
Samples that show how to use jersey.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/jersey-server-linking-sample/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>jersey-server-linking-sample</artifactId>
<version>1.19.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jersey-server-linking-sample/
implementation 'com.sun.jersey.samples:jersey-server-linking-sample:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jersey-server-linking-sample/
implementation ("com.sun.jersey.samples:jersey-server-linking-sample:1.19.4")
'com.sun.jersey.samples:jersey-server-linking-sample:war:1.19.4'
<dependency org="com.sun.jersey.samples" name="jersey-server-linking-sample" rev="1.19.4">
<artifact name="jersey-server-linking-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='jersey-server-linking-sample', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "jersey-server-linking-sample" % "1.19.4"
[com.sun.jersey.samples/jersey-server-linking-sample "1.19.4"]