fx-inject

Dependency Injection with JavaFX

License

License

GroupId

GroupId

com.cathive.fx.inject
ArtifactId

ArtifactId

fx-inject
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

fx-inject
Dependency Injection with JavaFX
Project URL

Project URL

https://github.com/cathive/fx-cdi/
Project Organization

Project Organization

The Cat Hive Developers
Source Code Management

Source Code Management

https://github.com/cathive/fx-inject/

Download fx-inject

Filename Size
fx-inject-2.0.0.pom 6 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fx-inject-core
  • fx-inject-examples
  • fx-cdi

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

Versions

Version
2.0.0