Download vertx-guice-2.0.0-RC1.jar file - Jar v

Jar examples for v:vertx-guice

Description

Enable Verticle dependency injection in Vert.x using Guice.

You can download jar file vertx-guice 2.0.0-RC1 in this page.

License

MIT License

Build File

You can use the following script to add vertx-guice-2.0.0-RC1.jar to your project.

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

Download

Click the following link to download the jar file.

vertx-guice-2.0.0-RC1-javadoc.jar
vertx-guice-2.0.0-RC1-sources.jar
vertx-guice-2.0.0-RC1.jar
vertx-guice-2.0.0-RC1.pom



Related Tutorials