/Java-Api-Fork

Java API for elastic.io components

Primary LanguageJava

Maven Central

This is my fork of the java api

To add the fork to your project, add the following to your gradle

repositories {
   mavenCentral()
}

dependencies {
    implementation 'io.github.realyusufismail:java-api-fork:2.2.2'
}