Skip to content

Latest commit

 

History

History
46 lines (42 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (42 loc) · 1.6 KB

Simple Java API Wrapper

Made with Java
License Version

Framework for easier API wrapping made in Java
Made by Mayuna

Instalation

Maven

<dependency>
    <groupId>dev.mayuna</groupId>
    <artifactId>simple-java-api-wrapper</artifactId>
    <version>VERSION</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    // Change 'implementation' to 'compile' in old Gradle versions
    implementation 'dev.mayuna:simple-java-api-wrapper:VERSION'
}
  • Replace VERSION with your desired version. (Remove "v" before version number)
  • For version number see latest Maven Repository release (should be same with Github Release though)
  • You can also use GitHub Releases

Documentation

Projects which use this framework