Version 0.10.0 is out!
For current features check here
For added features/fixes check here
Add the https://s01.oss.sonatype.org/content/repositories/releases/
Maven repository to your project.
Import example:
Gradle
repositories {
maven { url 'https://s01.oss.sonatype.org/content/repositories/releases/' }
}
dependencies {
// main module:
implementation 'io.github.joafalves:pixel-core:0.10.0'
// ...refer to the Github Wiki to learn how to import extensions
}
Maven POM
<!-- main module -->
<dependency>
<groupId>io.github.joafalves</groupId>
<artifactId>pixel-core</artifactId>
<version>0.10.0</version>
</dependency>