Skip to content

v4.0.3: fixed version

Compare
Choose a tag to compare
@Andre601 Andre601 released this 03 Jan 20:30
· 643 commits to master since this release

I didn't remove BUILD_NUMBER: 0 from the gradle.yml, making the version 4.0.2_0 and not 4.0.2. My bad.

Installation

Gradle

Use this in your build.gradle

repositories{
    jcenter()
}

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

Maven

Use this in your pom.xml

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