License |
License
MIT
|
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.ldclrcq |
ArtifactId | ArtifactIdvertx-guice |
Last Version | Last Version2.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVertX Guice
Enable Verticle dependency injection in Vert.x using Guice.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-guice-2.0.3.pom | |
vertx-guice-2.0.3.jar | 7 KB |
vertx-guice-2.0.3-sources.jar | 6 KB |
vertx-guice-2.0.3-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ldclrcq/vertx-guice/ -->
<dependency>
<groupId>com.ldclrcq</groupId>
<artifactId>vertx-guice</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.ldclrcq/vertx-guice/
implementation 'com.ldclrcq:vertx-guice:2.0.3'
// https://jarcasting.com/artifacts/com.ldclrcq/vertx-guice/
implementation ("com.ldclrcq:vertx-guice:2.0.3")
'com.ldclrcq:vertx-guice:jar:2.0.3'
<dependency org="com.ldclrcq" name="vertx-guice" rev="2.0.3">
<artifact name="vertx-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ldclrcq', module='vertx-guice', version='2.0.3')
)
libraryDependencies += "com.ldclrcq" % "vertx-guice" % "2.0.3"
[com.ldclrcq/vertx-guice "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 4.2.5 |
io.vertx : vertx-junit5 | jar | 4.2.5 |
io.vertx : vertx-rx-java | jar | 4.2.5 |
io.vertx : vertx-codegen | jar | 4.2.5 |
io.vertx : vertx-service-proxy | jar | 4.2.5 |
com.google.inject : guice | jar | 5.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.awaitility : awaitility | jar | 4.2.0 |
org.assertj : assertj-core | jar | 3.22.0 |