com.cathive.fx.inject:fx-inject-core

fx-inject core module

Лицензия

Лицензия

Группа

Группа

com.cathive.fx.inject
Идентификатор

Идентификатор

fx-inject-core
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

fx-inject core module
Организация-разработчик

Организация-разработчик

The Cat Hive Developers

Скачать fx-inject-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.cathive.fx.inject/fx-inject-core/ -->
<dependency>
    <groupId>com.cathive.fx.inject</groupId>
    <artifactId>fx-inject-core</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cathive.fx.inject/fx-inject-core/
implementation 'com.cathive.fx.inject:fx-inject-core:2.0.0'
// https://jarcasting.com/artifacts/com.cathive.fx.inject/fx-inject-core/
implementation ("com.cathive.fx.inject:fx-inject-core:2.0.0")
'com.cathive.fx.inject:fx-inject-core:jar:2.0.0'
<dependency org="com.cathive.fx.inject" name="fx-inject-core" rev="2.0.0">
  <artifact name="fx-inject-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cathive.fx.inject', module='fx-inject-core', version='2.0.0')
)
libraryDependencies += "com.cathive.fx.inject" % "fx-inject-core" % "2.0.0"
[com.cathive.fx.inject/fx-inject-core "2.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
javax.inject : javax.inject jar 1
javax.enterprise : cdi-api Необязательный jar 1.1

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8.8

Модули Проекта

Данный проект не имеет модулей.

fx-inject

Build Status

Introduction

This library provides some useful classes that help you to use JSR-330 (javax.inject) annotations within your JavaFX applications.

A compiled and ready-to-use version of this library can be found in the Sonatype OSS Maven Repository (oss.sonatype.org).

Modules

fx-inject-core
Public API and core components
fx-cdi
CDI-aware JavaFX application base class and infrastructure that allows you to use the fx-inject annotationsand core components in conjunction with a CDI provider such as JBoss WELD
fx-cdi-examples
Example apps that demonstrate how to use the annotations and core components that can be found in the fx-inject-core module in conjunction with fx-cdi
com.cathive.fx.inject

The Cat Hive Developers

Версии библиотеки

Версия
2.0.0