Skip to content

Meja 1.0 Beta 13

Compare
Choose a tag to compare
@xzel23 xzel23 released this 14 Mar 13:53
  • 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

Download
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>