Updated to new standard

This commit is contained in:
Finn
2025-12-12 18:48:26 +01:00
parent d4f0bd6462
commit cd88b48c02
2 changed files with 13 additions and 76 deletions

View File

@@ -6,7 +6,7 @@ Feel free to join our Discord.
## License Notice
This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)](https://repo.open-autonomous-connection.org/open-autonomous-connection/OAPL/).
This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)](https://open-autonomous-connection.org/license.html).
**Third-party components:**
- *UnlegitLibrary* is authored by the same copyright holder and is used here under a special agreement:
@@ -17,26 +17,4 @@ This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)]
# Bugs/Problems
# In progress
# TODO
# Maven
### pom.xml
```
<dependency>
<groupId>github.openautonomousconnection</groupId>
<artifactId>protocol</artifactId>
<version>VERSION</version>
</dependency>
```
### Repository:
```
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/open-autonomous-connection/protocol</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
```
everything