Last Version

Contexts and Dependency Injection for JavaFX 2.0.0

A library that allows you to use "Contexts and Dependency Injection" in JavaFX applications.

License

License

Categories

Categories

JavaFX User Interface
GroupId

GroupId

de.perdoctus.fx
ArtifactId

ArtifactId

javafx-cdi-bootstrap
Version

Version

2.0.0
Type

Type

jar
Description

Description

Contexts and Dependency Injection for JavaFX
A library that allows you to use "Contexts and Dependency Injection" in JavaFX applications.
Project URL

Project URL

https://github.com/cgiesche/javafx-cdi-bootstrap
Project Organization

Project Organization

Christoph Giesche
Source Code Management

Source Code Management

https://github.com/cgiesche/javafx-cdi-bootstrap.git

Download javafx-cdi-bootstrap 2.0.0


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

Dependencies

provided (2)

Group / Artifact Type Version
javax.enterprise : cdi-api jar 2.0.SP1
org.openjfx : javafx-fxml jar 11-ea+25

Project Modules

There are no modules declared in this project.