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