Jar examples for v:vertx-guice
Enable Verticle dependency injection in Vert.x using Guice.
You can download jar file vertx-guice 2.0.0-RC1 in this page.
MIT License
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'
Click the following link to download the jar file.
vertx-guice-2.0.0-RC1-javadoc.jar