Download vertx-jersey-4.6.1.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.6.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials