com.cathive.fx:fx-cdi

Contexts and Dependency Injection (CDI) with JavaFX

License

License

GroupId

GroupId

com.cathive.fx
ArtifactId

ArtifactId

fx-cdi
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Contexts and Dependency Injection (CDI) with JavaFX
Project Organization

Project Organization

The Cat Hive Developers

Download fx-cdi

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.cathive.fx.inject : fx-inject-core jar 2.0.0
javax.enterprise : cdi-api jar 1.1
org.jboss.weld.se : weld-se-core jar 2.1.2.Final
org.jboss.weld : weld-core-impl jar 2.1.2.Final
org.jboss : jandex jar 1.2.1.Final

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

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

The Cat Hive Developers

Versions

Version
2.0.0