5.0.5: 2nd attempt on adding zip-files
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>