mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-06-07 02:02:17 +00:00
60 lines
1.3 KiB
Markdown
60 lines
1.3 KiB
Markdown
[](https://jitpack.io/#org.codeberg.gitnex/tea4j-autodeploy)
|
|
[](https://ci.codeberg.org/gitnex/tea4j-autodeploy)
|
|

|
|
[](https://www.gnu.org/licenses/gpl-3.0.html)
|
|
|
|
<p align="center">
|
|
<img src="assets/tea4j-autodeploy-logo.png" alt="Logo" width="250px">
|
|
</p>
|
|
|
|
# Tea4j-autodeploy
|
|
|
|
Code is automatically generated from the official gitea swagger template using the Codeberg CI.
|
|
|
|
## Installation
|
|
|
|
Adding this dependency to your project:
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Gradle</th>
|
|
<th>Maven</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
|
|
```groovy
|
|
allprojects {
|
|
repositories {
|
|
maven { url 'https://jitpack.io' }
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'org.codeberg.gitnex:tea4j-autodeploy:{commit-sha}'
|
|
}
|
|
```
|
|
|
|
</td>
|
|
<td>
|
|
|
|
```xml
|
|
<repositories>
|
|
<repository>
|
|
<id>jitpack.io</id>
|
|
<url>https://jitpack.io</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.codeberg.gitnex</groupId>
|
|
<artifactId>tea4j-autodeploy</artifactId>
|
|
<version>{commit-sha}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
```
|
|
|
|
</td>
|
|
</tr>
|
|
</table> |