Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdhelloworld |
Version | Version1.11-b03 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-1.11-b03.pom | |
helloworld-1.11-b03.jar | 5 KB |
helloworld-1.11-b03-sources.jar | 4 KB |
helloworld-1.11-b03-project.zip | 13 KB |
helloworld-1.11-b03-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>helloworld</artifactId>
<version>1.11-b03</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/
implementation 'com.sun.jersey.samples:helloworld:1.11-b03'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/helloworld/
implementation ("com.sun.jersey.samples:helloworld:1.11-b03")
'com.sun.jersey.samples:helloworld:jar:1.11-b03'
<dependency org="com.sun.jersey.samples" name="helloworld" rev="1.11-b03">
<artifact name="helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='helloworld', version='1.11-b03')
)
libraryDependencies += "com.sun.jersey.samples" % "helloworld" % "1.11-b03"
[com.sun.jersey.samples/helloworld "1.11-b03"]