Skip to content

lilmayu/SimpleJavaAPIWrapper

Repository files navigation

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

About

Simple framework for wrapping all kinds of APIs in Java (mainly REST API)

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors 2

  •  
  •  

Languages