Skip to content

v4.0.2: Update version system [Invalid]

Choose a tag to compare

@Andre601 Andre601 released this 03 Jan 20:14
· 646 commits to master since this release

Invalid
This version is not on bintray due to it still being #.#.#_#
Use v4.0.3

The version system got changed.
Releases should now be back to #.#.# while Jenkins builds are #.#.#_#

Installation

Gradle

Use this in your build.gradle

repositories{
    jcenter()
}

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

Maven

Use this in your pom.xml

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