A Java SDK for the Gitea API
|
||
---|---|---|
.idea/codeStyles | ||
.woodpecker | ||
assets | ||
src/main/java/org/gitnex/tea4j | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
pom.xml | ||
README.md |
⚠️ DEPRECATED
tea4j was replaced by its successor tea4j-autodeploy which uses auto-generated classes. tea4j won't receive new updates.
tea4j
A Java SDK for the Gitea API
Note: change VERSION to version from releases page
MAVEN
Add dependency to your pom.xml
file:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.codeberg.gitnex</groupId>
<artifactId>tea4j</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
GRADLE
Add to the dependencies section:
implementation 'org.codeberg.gitnex:tea4j:VERSION'
USAGE
Check the GitNex Android app repository for more details or join the discord chat.