Simplify Maven repository setup instructions in README.

This commit is contained in:
2026-04-23 12:58:36 +02:00
parent 83995ba5fa
commit 7b08820d1a
+1 -19
View File
@@ -28,25 +28,7 @@ This guide comes without any warranty. Use at your own risk. The author is not r
## Get It ## Get It
The project has its own maven repository. It can be added to the `pom.xml`: The project has its own maven repository. Follow the instructions on the latest [package](https://codeberg.org/th-schwarz/-/packages/maven/codes.thischwa:cloudflaredns/) to add the repository to your project.
```xml
<repositories>
<repository>
<id>gitea</id>
<url>https://codeberg.org/api/packages/th-schwarz/maven</url>
</repository>
</repositories>
```
The dependency is:
```xml
<dependency>
<groupId>codes.thischwa</groupId>
<artifactId>cloudflaredns</artifactId>
<version>[version]</version>
</dependency>
```
## Changelog ## Changelog