Download vertx-codegen-3.0.0.jar file - Jar v

Jar examples for v:vertx-codegen

Description

You can download jar file vertx-codegen 3.0.0 in this page.

Build File

You can use the following script to add vertx-codegen-3.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

vertx-codegen-3.0.0-javadoc.jar
vertx-codegen-3.0.0-sources.jar
vertx-codegen-3.0.0-tck-sources.jar
vertx-codegen-3.0.0-tck.jar
vertx-codegen-3.0.0-test-sources.jar
vertx-codegen-3.0.0-tests.jar
vertx-codegen-3.0.0.jar
vertx-codegen-3.0.0.pom



Related Tutorials