Jar examples for a:afterburner.fx
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
afterburner.fx-1.7.0-javadoc.jar