Skip to content
MFFbrokenSwing edited this page May 20, 2018 · 4 revisions

Add the library to your project classpath

Using gradle

In your build.gradle file, add the library as a dependency :

dependencies {
    compile 'com.github.mffbrokenswing:broken-library:1.0.0'
}

Using Maven

Add the library as a dependency :

<dependency>
    <groupId>com.github.mffbrokenswing</groupId>
    <artifactId>broken-library</artifactId>
    <version>1.0.0</version>
</dependency>

Content

What does provide this library ?

Clone this wiki locally