mvvmFX 1.0.0

mvvmfxjavajavafx

Some days ago we have released the first stable release of our mvvmFX library that helps you to implement the Model-View-ViewModel pattern with JavaFX.

The new release can be used with Maven/Gradle:

<dependency>
        <groupId>de.saxsys</groupId>
        <artifactId>mvvmfx</artifactId>
        <version>1.0.0</version>
</dependency>
compile 'de.saxsys:mvvmfx:1.0.0'

Additionally Alex and me have written an article for jaxenter.de. This is a german version. An english version of the article will follow next week.