Skip to content

v0.1.0

Latest

Choose a tag to compare

@Siro256 Siro256 released this 28 Apr 14:27
· 40 commits to master since this release
3398fd7

How to use

Maven

<dependency>
    <groupId>net.eewbot</groupId>
    <artifactId>base65536j</artifactId>
    <version>0.1.0</version>
</dependency>

Gradle (Groovy)

repositories {
    mavenCentral()
}

dependencies {
    implementation 'net.eewbot:base65536j:0.1.0'
}

Gradle (Kotlin)

repositories {
    mavenCentral()
}

dependencies {
    implementation("net.eewbot:base65536j:0.1.0")
}

What's Changed

  • First release

Full Changelog: https://github.com/EEWBot/Base65536J/commits/v0.1.0