ZHCS.CLUB/gitea-client/pipeline/head This commit looks good
Details
Signed-off-by: kerbores <kerbores@gmail.com> |
||
---|---|---|
.openapi-generator | ||
api | ||
docs | ||
gradle/wrapper | ||
src | ||
.gitignore | ||
.openapi-generator-ignore | ||
.travis.yml | ||
Jenkinsfile | ||
README.md | ||
build.gradle | ||
build.sbt | ||
git_push.sh | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
pom.xml | ||
settings.gradle |
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>