Download vertx-mod-jersey-2.6.0.jar file - Jar v

Jar examples for v:vertx-mod-jersey

Description

Allows creating JAX-RS jersey resources that will handle incoming http requests to vert.x

You can download jar file vertx-mod-jersey 2.6.0 in this page.

License

MIT License

Build File

You can use the following script to add vertx-mod-jersey-2.6.0.jar to your project.

<dependency>
   <groupId>com.englishtown</groupId>
   <artifactId>vertx-mod-jersey</artifactId>
   <version>2.6.0</version>
</dependency>
compile group: 'com.englishtown', name: 'vertx-mod-jersey', version: '2.6.0'
libraryDependencies += "com.englishtown" % "vertx-mod-jersey" % "2.6.0"
<dependency org="com.englishtown" name="vertx-mod-jersey" rev="2.6.0"/>
@Grapes(@Grab(group='com.englishtown', module='vertx-mod-jersey', version='2.6.0'))
'com.englishtown:vertx-mod-jersey:jar:2.6.0'

Download

Click the following link to download the jar file.

vertx-mod-jersey-2.6.0-javadoc.jar
vertx-mod-jersey-2.6.0-sources.jar
vertx-mod-jersey-2.6.0.jar
vertx-mod-jersey-2.6.0.pom



Related Tutorials