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