| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.intapp |
| Идентификатор | Идентификаторvertx-guice |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
Описаниеvertx-guice
Enable Verticle dependency injection in Vert.x using Guice.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.vertx : vertx-core | jar | 3.2.1 |
| com.google.inject : guice | jar | 4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |