An open API service indexing awesome lists of open source software.

https://github.com/bluehuskystudios/blue-base-jvm

Blue Base stuff specific to the desktop JVM (Java SE)
https://github.com/bluehuskystudios/blue-base-jvm

abstraction basics blue-husky-software-platform desktop-jvm framework java-se jvm kotlin kotlin-extensions kotlin-framework kotlin-library library platform utilities

Last synced: 2 months ago
JSON representation

Blue Base stuff specific to the desktop JVM (Java SE)

Awesome Lists containing this project

README

        

# Blue Base/JVM #
The shared basics module of the BHSP specifically made for desktop JVM (Java SE).

## See Also ##

- **[Blue Base/Core](https://github.com/BlueHuskyStudios/Blue-Base)** [Dependency] - The cross-platform shared basics of the BHSP
- **[BHSP](https://github.com/BlueHuskyStudios/Blue-Husky-Software-Platform)** - The platform in which this module resides

> Note: Android support will not be in this module. That will be in its own repository.

## To Build ##

In order to build this module, you'll need:

- Kotlin 1.1
- Java SE 1.8
- [Blue Base_Core.jar](https://github.com/BlueHuskyStudios/Blue-Base/releases) (located in `../Core/out/artifacts/Blue_Base_Core_jar/Blue_Base_Core.jar` relative to project root)

And I recommend:

- IntelliJ IDEA 2017