is not current version
Last Version 8.0.0

com.cathive.fx:fx-guice 1.0.0

Classes and utilities that integrate Google Guice into your JavaFX2 applications

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.cathive.fx
ArtifactId

ArtifactId

fx-guice
Version

Version

1.0.0
Type

Type

jar

Download fx-guice 1.0.0


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