Download fx-guice-2.1.3.jar file - Jar f

Jar examples for f:fx-guice

Description

Classes and utilities that integrate Google Guice into your JavaFX2 applications

You can download jar file fx-guice 2.1.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add fx-guice-2.1.3.jar to your project.

<dependency>
   <groupId>com.cathive.fx</groupId>
   <artifactId>fx-guice</artifactId>
   <version>2.1.3</version>
</dependency>
compile group: 'com.cathive.fx', name: 'fx-guice', version: '2.1.3'
libraryDependencies += "com.cathive.fx" % "fx-guice" % "2.1.3"
<dependency org="com.cathive.fx" name="fx-guice" rev="2.1.3"/>
@Grapes(@Grab(group='com.cathive.fx', module='fx-guice', version='2.1.3'))
'com.cathive.fx:fx-guice:jar:2.1.3'

Download

Click the following link to download the jar file.

fx-guice-2.1.3-javadoc.jar
fx-guice-2.1.3-sources.jar
fx-guice-2.1.3.jar
fx-guice-2.1.3.pom



Related Tutorials