Skip to content

v3.0.3

Choose a tag to compare

@Andre601 Andre601 released this 05 Dec 09:53
· 715 commits to master since this release
a1df323

No real changes compared to the other release.
I just forgot to change the version number in the build.gradle from 3.0.1_tb1 to 3.0.2 which is now 3.0.3

Installation

Gradle

Use this in your build.gradle

repositories{
    jcenter()
}

dependencies{
    compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.0.3'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>com.andre601</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>3.0.3</version>
  </dependency>
</dependencies>