Download vertx-jersey-4.5.0.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.5.0 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

vertx-jersey-4.5.0-javadoc.jar
vertx-jersey-4.5.0-sources.jar
vertx-jersey-4.5.0-tests.jar
vertx-jersey-4.5.0.jar
vertx-jersey-4.5.0.pom



Related Tutorials