Download mod-web-server-2.0.0-final.jar file - Jar m

Jar examples for m:mod-web-server

Description

Simple Web Server Module for Vert.x

You can download jar file mod-web-server 2.0.0-final in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mod-web-server-2.0.0-final.jar to your project.

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

Download

Click the following link to download the jar file.

mod-web-server-2.0.0-final-javadoc.jar
mod-web-server-2.0.0-final-sources.jar
mod-web-server-2.0.0-final.jar
mod-web-server-2.0.0-final.pom



Related Tutorials