Download mvvmFX-0.1.2.jar file - Jar m

Jar examples for m:mvvmFX

Description

This module is the core implementation of the framework

You can download jar file mvvmFX 0.1.2 in this page.

License

Apache License

Build File

You can use the following script to add mvvmFX-0.1.2.jar to your project.

<dependency>
   <groupId>de.saxsys</groupId>
   <artifactId>mvvmFX</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'de.saxsys', name: 'mvvmFX', version: '0.1.2'
libraryDependencies += "de.saxsys" % "mvvmFX" % "0.1.2"
<dependency org="de.saxsys" name="mvvmFX" rev="0.1.2"/>
@Grapes(@Grab(group='de.saxsys', module='mvvmFX', version='0.1.2'))
'de.saxsys:mvvmFX:jar:0.1.2'

Download

Click the following link to download the jar file.

mvvmFX-0.1.2-javadoc.jar
mvvmFX-0.1.2-sources.jar
mvvmFX-0.1.2.jar
mvvmFX-0.1.2.pom



Related Tutorials