Skip to content

v0.9.3

Compare
Choose a tag to compare
@BreadMoirai BreadMoirai released this 12 Jan 17:13
· 122 commits to master since this release
9cbc14d

Update travis to discord webhook
61a8301

Add @author and @Admin …
d05fdd2

Fixed build keys
f7bc44d

Adding as Dependency

Gradle

repositories {
  jcenter()
}

dependencies {
  compile 'com.github.breadmoirai:breadbot-framework:0.9.3'
}

Maven

<repository>
  <id>jcenter</id>
  <name>jcenter</name>
  <url>http://jcenter.bintray.com/</url>
</repository>

<dependency>
  <groupId>com.github.breadmoirai</groupId>
  <artifactId>breadbot-framework</artifactId>
  <version>0.9.3</version>
  <type>pom</type>
</dependency>