Download vertx-jersey-4.0.0-RC5.jar file - Jar v

Jar examples for v:vertx-jersey

Description

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

You can download jar file vertx-jersey 4.0.0-RC5 in this page.

Build File

You can use the following script to add vertx-jersey-4.0.0-RC5.jar to your project.

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

Download

Click the following link to download the jar file.

vertx-jersey-4.0.0-RC5-javadoc.jar
vertx-jersey-4.0.0-RC5-sources.jar
vertx-jersey-4.0.0-RC5-tests.jar
vertx-jersey-4.0.0-RC5.jar
vertx-jersey-4.0.0-RC5.pom



Related Tutorials