Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@joafalves joafalves released this 09 Nov 09:36
· 59 commits to devel since this release

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>