Download vertx-utils-3.0.1.jar file - Jar v

Jar examples for v:vertx-utils

Description

Myprysm Vert.x Utils is a set of utilities to fasten application development with Vert.x

You can download jar file vertx-utils 3.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add vertx-utils-3.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

vertx-utils-3.0.1-javadoc.jar
vertx-utils-3.0.1-sources.jar
vertx-utils-3.0.1.jar
vertx-utils-3.0.1.pom



Related Tutorials