This repository has been archived by the owner on Jul 26, 2019. It is now read-only.
v1.0.1: Making BotLockAPI.Builder static
Made BotBlockAPI.Builder
static
Installation
Gradle
repositories{
maven { url = 'https://dl.bintray.com/andre601/maven' }
}
dependencies{
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '1.0.1'
}
Maven
<repositories>
<repository>
<id>jcenter</id>
<url>https://dl.bintray.com/andre601/maven</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.andre601</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>