VertX Guice

Enable Verticle dependency injection in Vert.x using Guice.

License

License

MIT
Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.ldclrcq
ArtifactId

ArtifactId

vertx-guice
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

VertX Guice
Enable Verticle dependency injection in Vert.x using Guice.
Project URL

Project URL

https://github.com/lucas-dclrcq/vertx-guice
Source Code Management

Source Code Management

https://github.com/lucas-dclrcq/vertx-guice/

Download vertx-guice

How to add to project

<!-- 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"]

Dependencies

compile (6)

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

test (2)

Group / Artifact Type Version
org.awaitility : awaitility jar 4.2.0
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.3
2.0.0