A Java SDK for the Gitea API
This repository has been archived on 2022-04-20. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
M M Arif 95fe33f45d
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
Merge pull request 'Add deprecation notice' (#44) from qwerty287/tea4j:dep into main
Reviewed-on: #44
2022-04-20 08:31:58 +02:00
.idea/codeStyles Reformatting code to comply with .editorconfig. 2021-02-09 18:05:06 +01:00
.woodpecker Add Woodpecker config 2022-02-12 09:49:54 +01:00
assets Minor improvements 2021-02-10 21:48:36 +05:00
src/main/java/org/gitnex/tea4j Add javadoc message 2022-04-19 16:35:18 +02:00
.editorconfig Reformatting code to comply with .editorconfig. 2021-02-09 18:05:06 +01:00
.gitignore Update README + gitignore 2022-02-23 15:33:24 +01:00
LICENSE Initial commit. 2021-02-09 14:43:16 +01:00
pom.xml Fix mvn version 2022-02-13 17:18:45 +05:00
README.md Add deprecated note 2022-04-19 16:02:22 +02:00

⚠️ DEPRECATED

tea4j was replaced by its successor tea4j-autodeploy which uses auto-generated classes. tea4j won't receive new updates.

License: GPL v3 Releases Join the Discord chat at https://discord.gg/FbSS4rf status-badge

tea4j

A Java SDK for the Gitea API

tea4j

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.