Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdjersey-server-linking-sample |
Version | Version1.11.1 |
Type | Typewar |
<!-- 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.11.1</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.11.1'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jersey-server-linking-sample/
implementation ("com.sun.jersey.samples:jersey-server-linking-sample:1.11.1")
'com.sun.jersey.samples:jersey-server-linking-sample:war:1.11.1'
<dependency org="com.sun.jersey.samples" name="jersey-server-linking-sample" rev="1.11.1">
<artifact name="jersey-server-linking-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='jersey-server-linking-sample', version='1.11.1')
)
libraryDependencies += "com.sun.jersey.samples" % "jersey-server-linking-sample" % "1.11.1"
[com.sun.jersey.samples/jersey-server-linking-sample "1.11.1"]