Add as Maven dependency

You can start by adding the following dependency to your pom.xml file:
pom.xml
<dependency>
  <groupId>io.github.boykaframework</groupId>
  <artifactId>boyka-framework</artifactId>
  <version>1.2.0</version>
</dependency>

Add as Gradle dependency

You can start by adding the following dependency to your build.gradle file:
build.gradle
compile "io.github.boykaframework:boyka-framework:1.2.0"

⬇️ Download the jar

You can also download the JAR files from the GitHub Releases page. After downloading the jar, you can add it to your class path.

β˜• Examples