Skip to content

v3.0.6: Fix build.gradle (for real this time)

Choose a tag to compare

@Andre601 Andre601 released this 15 Dec 23:34
· 707 commits to master since this release

no comment provided

Installation

Gradle

Use this in your build.gradle

repositories{
    jcenter()
}

dependencies{
    compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '3.0.6'
}

Maven

Use this in your pom.xml

<dependencies>
  <dependency>
    <groupId>com.andre601</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>3.0.6</version>
  </dependency>
</dependencies>