| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection Geo Прикладные библиотеки Geospatial |
| Группа | Группаio.advantageous.guicefx |
| Идентификатор | Идентификаторguicefx |
| Последняя версия | Последняя версия0.3.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGuiceFX
This is a simple library for creating a MVP JavaFX application that uses Google Guice.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| guicefx-0.3.0.pom | |
| guicefx-0.3.0.jar | 6 KB |
| guicefx-0.3.0-sources.jar | 3 KB |
| guicefx-0.3.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.advantageous.guicefx/guicefx/ -->
<dependency>
<groupId>io.advantageous.guicefx</groupId>
<artifactId>guicefx</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.advantageous.guicefx/guicefx/
implementation 'io.advantageous.guicefx:guicefx:0.3.0'
// https://jarcasting.com/artifacts/io.advantageous.guicefx/guicefx/
implementation ("io.advantageous.guicefx:guicefx:0.3.0")
'io.advantageous.guicefx:guicefx:jar:0.3.0'
<dependency org="io.advantageous.guicefx" name="guicefx" rev="0.3.0">
<artifact name="guicefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.advantageous.guicefx', module='guicefx', version='0.3.0')
)
libraryDependencies += "io.advantageous.guicefx" % "guicefx" % "0.3.0"
[io.advantageous.guicefx/guicefx "0.3.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.inject : guice | jar | 4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |