Meja 1.0 Beta 13
- starting with Beta 13, Jars are available at bintray
- compatibility is still at JDK 8, however a module definition is included to use meja in a Java 9 modularized project (Jigsaw)
- logging is now done through Log4J2 instead of SLF4J
- the (not yet functional) JavaFx classes have been removed, once I have the time, I'll try to instead build something on top controlsFX
- many small fixes
How to use
Or add these dependencies to use Meja in your project.
Gradle
compile 'com.dua3.meja:meja:1.0-beta13'
compile 'com.dua3.meja:meja-swing:1.0-beta13'
Maven
<dependency>
<groupId>com.dua3.meja</groupId>
<artifactId>meja</artifactId>
<version>1.0-beta13</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.dua3.meja</groupId>
<artifactId>meja-swing</artifactId>
<version>1.0-beta13</version>
<type>pom</type>
</dependency>