Download helloworld-webapp-2.9.1.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.9.1 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials