Download vertx-web-3.2.1.jar file - Jar v

Jar examples for v:vertx-web

Description

Web utilities to fasten endpoint development with Vert.x. Provides abstract classes for classic and OpenAPI 3.0 endpoints

You can download jar file vertx-web 3.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add vertx-web-3.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

vertx-web-3.2.1-javadoc.jar
vertx-web-3.2.1-sources.jar
vertx-web-3.2.1-test-sources.jar
vertx-web-3.2.1-tests.jar
vertx-web-3.2.1.jar
vertx-web-3.2.1.pom



Related Tutorials