Download lib-action-0.5.0.jar file - Jar l

Jar examples for l:lib-action

Description

Lib-Action is library for `easy` storing and accessing actions (EventHandler<ActionEvent>) in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-action for more details.

You can download jar file lib-action 0.5.0 in this page.

License

The GNU General Public License, Version 3.0

Build File

You can use the following script to add lib-action-0.5.0.jar to your project.

<dependency>
   <groupId>com.github.naoghuman</groupId>
   <artifactId>lib-action</artifactId>
   <version>0.5.0</version>
</dependency>
compile group: 'com.github.naoghuman', name: 'lib-action', version: '0.5.0'
libraryDependencies += "com.github.naoghuman" % "lib-action" % "0.5.0"
<dependency org="com.github.naoghuman" name="lib-action" rev="0.5.0"/>
@Grapes(@Grab(group='com.github.naoghuman', module='lib-action', version='0.5.0'))
'com.github.naoghuman:lib-action:jar:0.5.0'

Download

Click the following link to download the jar file.

lib-action-0.5.0-javadoc.jar
lib-action-0.5.0-sources.jar
lib-action-0.5.0.jar
lib-action-0.5.0.pom



Related Tutorials