Skip to content

v2.3.2: Adding GitHub Actions

Compare
Choose a tag to compare
@Andre601 Andre601 released this 13 Sep 20:32
· 827 commits to master since this release

This small update is mostly for testing GitHub's "GitHub Action" to see if it performs the actions defined in the file, which should trigger on releases like this one.

Installation

Gradle

repositories{
    jcenter()
}

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

Maven

For maven use this code snippet:

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