Skip to content

Repository files navigation

Simple Java API Wrapper

Made with Java
LicenseVersion

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages