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