Download helloworld-webapp-2.15.jar file - Jar h

Jar examples for h:helloworld-webapp

Description

Jersey annotated resource class "Hello world" example.

You can download jar file helloworld-webapp 2.15 in this page.

License

Open Source License

Build File

You can use the following script to add helloworld-webapp-2.15.jar to your project.

<dependency>
   <groupId>org.glassfish.jersey.examples</groupId>
   <artifactId>helloworld-webapp</artifactId>
   <version>2.15</version>
</dependency>
compile group: 'org.glassfish.jersey.examples', name: 'helloworld-webapp', version: '2.15'
libraryDependencies += "org.glassfish.jersey.examples" % "helloworld-webapp" % "2.15"
<dependency org="org.glassfish.jersey.examples" name="helloworld-webapp" rev="2.15"/>
@Grapes(@Grab(group='org.glassfish.jersey.examples', module='helloworld-webapp', version='2.15'))
'org.glassfish.jersey.examples:helloworld-webapp:jar:2.15'

Download

Click the following link to download the jar file.

helloworld-webapp-2.15-javadoc.jar
helloworld-webapp-2.15-sources.jar
helloworld-webapp-2.15.pom



Related Tutorials