Skip to content

Releases: BreadMoirai/BreadBotFramework

Alpha 0.2

11 Jul 23:12
Compare
Choose a tag to compare
Alpha 0.2 Pre-release
Pre-release

Add new command classes

  • Command
  • MultiCommand
  • MultiSubCommand
  • ModuleCommand
  • ModuleMultiCommand
  • ModuleMultiSubCommand
  • BiModuleCommand
  • BiModuleMultiCommand
  • BiModuleMultiSubCommand

Rewrote SamuraiBuilder

Adding as Dependency

Gradle

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
        compile 'com.github.BreadMoirai:Samurai7:v0.2-alpha'
}

Maven

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.BreadMoirai</groupId>
    <artifactId>Samurai7</artifactId>
    <version>v0.2-alpha</version>
</dependency>

Alpha 0.1

09 Jul 21:54
Compare
Choose a tag to compare
Alpha 0.1 Pre-release
Pre-release

This is the prerelease of Samurai7.

Gradle

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
        compile 'com.github.BreadMoirai:Samurai7:v0.1-alpha'
}

Maven

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.BreadMoirai</groupId>
    <artifactId>Samurai7</artifactId>
    <version>v0.1-alpha</version>
</dependency>