| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.goodow.vertx |
| ArtifactId | ArtifactIdvertx-mod-guice |
| Version | Version4.0-beta5 |
| Type | Typejar |
| Description |
DescriptionGuice Integration for Vert.x
Guice Integration for Vert.x
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.goodow.vertx/vertx-mod-guice/ -->
<dependency>
<groupId>com.goodow.vertx</groupId>
<artifactId>vertx-mod-guice</artifactId>
<version>4.0-beta5</version>
</dependency>
// https://jarcasting.com/artifacts/com.goodow.vertx/vertx-mod-guice/
implementation 'com.goodow.vertx:vertx-mod-guice:4.0-beta5'
// https://jarcasting.com/artifacts/com.goodow.vertx/vertx-mod-guice/
implementation ("com.goodow.vertx:vertx-mod-guice:4.0-beta5")
'com.goodow.vertx:vertx-mod-guice:jar:4.0-beta5'
<dependency org="com.goodow.vertx" name="vertx-mod-guice" rev="4.0-beta5">
<artifact name="vertx-mod-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.goodow.vertx', module='vertx-mod-guice', version='4.0-beta5')
)
libraryDependencies += "com.goodow.vertx" % "vertx-mod-guice" % "4.0-beta5"
[com.goodow.vertx/vertx-mod-guice "4.0-beta5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.0-beta5 |
| com.google.inject.extensions : guice-multibindings | jar | 4.0-beta5 |
| com.google.guava : guava | jar | 18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 2.1.5 |
| io.vertx : vertx-platform | jar | 2.1.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| io.vertx : testtools | jar | 2.0.3-final |