| Лицензия |
Лицензия
MIT
|
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.ldclrcq |
| Идентификатор | Идентификаторvertx-guice |
| Последняя версия | Последняя версия2.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеVertX Guice
Enable Verticle dependency injection in Vert.x using Guice.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.awaitility : awaitility | jar | 4.2.0 |
| org.assertj : assertj-core | jar | 3.22.0 |