Releases: bladecoder/blade-ink-java
Blade Ink v0.6.0
Changes
- This release includes all changes added to the Ink reference implementation [v0.8.3]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.6.0"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v0.5.2
Changes
- Fix issue #15
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.5.2"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v0.5.1
This release includes all changes added to the Ink reference implementation [v0.8.2]
Blade Ink v0.5.0
Changes
- This release includes all changes added to the Ink reference implementation [v0.8.1]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.5.0"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v0.4.4
Changes
- Added setters/getters to origin field + getOriginNames method set to public.
- This release includes all changes added to the Ink reference implementation [v0.7.4]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.4.4"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
blade-ink v0.4.3
Changes
- This release includes all changes added to the Ink reference implementation [v0.7.4]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.4.3"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
blade-ink v0.4.2
Changes
- This release includes all changes added to the Ink reference implementation [v0.7.3]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.4.2"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
blade-ink v0.4.1
Changes
- This release includes all changes added to the Ink reference implementation [v0.7.1]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.4.1"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
blade-ink v0.4.0
This version brings support for a brand new powerful ink feature - Lists!!
Changes
- This release includes all changes added to the Ink reference implementation [v0.7.0]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.4.0"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
blade-ink v0.3.2
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.3.2"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Changes
- This release includes all changes added to the Ink reference implementation [v0.6.4]