32 lines
786 B
Markdown
32 lines
786 B
Markdown
# Open Autonomous Connection Protocol
|
|
|
|
This is the Protocol for our Open Autonomous Connection project.<br />
|
|
You can easily implement this Protocol via Maven.<br />
|
|
Feel free to join our Discord.
|
|
<br />
|
|
|
|
### Take a look into [Certificate Generation](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/src/branch/master#certificate-generation-for-networksystem).
|
|
|
|
# Maven
|
|
|
|
### pom.xml
|
|
|
|
```
|
|
<dependency>
|
|
<groupId>org.openautonomousconnection</groupId>
|
|
<artifactId>Protocol</artifactId>
|
|
<version>VERSION</version>
|
|
</dependency>
|
|
```
|
|
|
|
### Repository:
|
|
|
|
```
|
|
<repository>
|
|
<id>oac</id>
|
|
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
``` |