Download tornadofx-1.7.14.jar file - Jar t

Jar examples for t:tornadofx

Description

Lightweight JavaFX Framework for Kotlin

You can download jar file tornadofx 1.7.14 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add tornadofx-1.7.14.jar to your project.

<dependency>
   <groupId>no.tornado</groupId>
   <artifactId>tornadofx</artifactId>
   <version>1.7.14</version>
</dependency>
compile group: 'no.tornado', name: 'tornadofx', version: '1.7.14'
libraryDependencies += "no.tornado" % "tornadofx" % "1.7.14"
<dependency org="no.tornado" name="tornadofx" rev="1.7.14"/>
@Grapes(@Grab(group='no.tornado', module='tornadofx', version='1.7.14'))
'no.tornado:tornadofx:jar:1.7.14'

Download

Click the following link to download the jar file.

tornadofx-1.7.14-javadoc.jar
tornadofx-1.7.14-sources.jar
tornadofx-1.7.14.jar
tornadofx-1.7.14.pom



Related Tutorials