Gitea Open API
Go to file
王贵源 d61fca48f5
ZHCS.CLUB/gitea-client/pipeline/head This commit looks good Details
🔖 1.17.1
Signed-off-by: kerbores <kerbores@gmail.com>
2022-08-19 10:48:56 +08:00
.openapi-generator 🔖 1.17.0 2022-08-11 10:06:14 +08:00
api 🔖 1.17.0 2022-08-11 10:06:14 +08:00
docs 🔀 本地 2022-08-11 10:13:23 +08:00
gradle/wrapper 🔖 1.17.0 2022-08-11 10:06:14 +08:00
src 🔖 1.17.1 2022-08-19 10:48:56 +08:00
.gitignore 🙈 忽略 bin 2022-08-11 10:33:46 +08:00
.openapi-generator-ignore 🔖 1.17.0 2022-08-11 10:06:14 +08:00
.travis.yml 🔖 1.17.0 2022-08-11 10:06:14 +08:00
Jenkinsfile 🔖 1.17.1 2022-08-19 10:48:56 +08:00
README.md 🔖 1.17.0 2022-08-11 10:06:14 +08:00
build.gradle 🔖 1.17.0 2022-08-11 10:06:14 +08:00
build.sbt 🔖 1.17.0 2022-08-11 10:06:14 +08:00
git_push.sh 🔖 1.17.0 2022-08-11 10:06:14 +08:00
gradle.properties 🔖 1.17.0 2022-08-11 10:06:14 +08:00
gradlew 🔖 1.17.0 2022-08-11 10:06:14 +08:00
gradlew.bat 🔖 1.17.0 2022-08-11 10:06:14 +08:00
pom.xml 🔖 1.17.1 2022-08-19 10:48:56 +08:00
settings.gradle 🔖 1.17.0 2022-08-11 10:06:14 +08:00

README.md

gitea-client

Requirements

Building the API client library requires Maven to be installed.

Installation & Usage

To install the API client library to your local Maven repository, simply execute:

mvn install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn deploy

Refer to the official documentation for more information.

After the client library is installed/deployed, you can use it in your Maven project by adding the following to your pom.xml:

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>gitea-client</artifactId>
    <version>1.17.0</version>
    <scope>compile</scope>
</dependency>

Author