| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.intapp |
| ArtifactId | ArtifactIdvertx-guice |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionvertx-guice
Enable Verticle dependency injection in Vert.x using Guice.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vertx-guice-1.0.pom | |
| vertx-guice-1.0.jar | 4 KB |
| vertx-guice-1.0-sources.jar | 3 KB |
| vertx-guice-1.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.intapp/vertx-guice/ -->
<dependency>
<groupId>com.intapp</groupId>
<artifactId>vertx-guice</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.intapp/vertx-guice/
implementation 'com.intapp:vertx-guice:1.0'
// https://jarcasting.com/artifacts/com.intapp/vertx-guice/
implementation ("com.intapp:vertx-guice:1.0")
'com.intapp:vertx-guice:jar:1.0'
<dependency org="com.intapp" name="vertx-guice" rev="1.0">
<artifact name="vertx-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intapp', module='vertx-guice', version='1.0')
)
libraryDependencies += "com.intapp" % "vertx-guice" % "1.0"
[com.intapp/vertx-guice "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 3.2.1 |
| com.google.inject : guice | jar | 4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core-java8 | jar | 1.0.0m1 |
| org.mockito : mockito-core | jar | 1.10.19 |
| io.vertx : vertx-core | jar | 3.2.1 |
| io.vertx : vertx-rx-java | jar | 3.2.1 |