Download afterburner.fx-1.7.0.jar file - Jar a

Jar examples for a:afterburner.fx

Description

afterburner.fx is a minimalistic JavaFX MVP framework based on Convention over Configuration and Dependency Injection

You can download jar file afterburner.fx 1.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add afterburner.fx-1.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

afterburner.fx-1.7.0-javadoc.jar
afterburner.fx-1.7.0-sources.jar
afterburner.fx-1.7.0.jar
afterburner.fx-1.7.0.pom



Related Tutorials