5.0.4: Adding zip to releases
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.4'
}Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.0.4</version>
</dependency>
</dependencies>