Skip to content

v4.0.0

Compare
Choose a tag to compare
@Andre601 Andre601 released this 02 Jan 12:08
· 656 commits to master since this release

This is a breaking change due to the package being changed from com.andre601 to org.botblock

Also, GitHub Action has been updated to (yet again) implement GitHub packages, hopefully with a successful publish this time.

Update:
GitHub packages failed.... again. But support said it might actually be an issue on their end.

Installation

Gradle

Use this in your build.gradle

repositories{
    jcenter()
}

dependencies{
    compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '4.0.0_0'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>org.botblock</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>4.0.0_0</version>
  </dependency>
</dependencies>