Skip to content

5.0.5: 2nd attempt on adding zip-files

Choose a tag to compare

@Andre601 Andre601 released this 15 Jan 17:11
· 584 commits to master since this release

If everything works well should this release contain a zip with the generated jar-files in it.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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