is not current version
Last Version 8.0.0

com.cathive.fx:fx-guice 2.0.0

Classes and utilities that integrate Google Guice into your JavaFX applications

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.cathive.fx
ArtifactId

ArtifactId

fx-guice
Version

Version

2.0.0
Type

Type

jar

Download fx-guice 2.0.0


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