Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 892 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 892 Bytes

Notice

This is a fork of the original Javabuilders project.

I am not going to maitain or add new features to it, I just tried to fix the illegal reflective access problems related to jdk9 module system. It seems to work right now without any warning but I can't say for sure because the project use reflection a lot.

Gradle

The project's artifacts are published on

    repositories {
       ...
      maven { url 'https://jitpack.io' }
    }

    dependencies {
      ...

      implementation 'com.github.fedxyz.javabuilders-z:javabuilder-z-swing:<last version>'

      implementation 'com.github.fedxyz.javabuilders-z:javabuilder-z-swing-glazedlists:<last version>'
    }

You can read the Original README.