6107cf85be7f73ebb57158cdb38d8973a7984ca2
Open Autonomous Connection Protocol
This is the Protocol for our Open Autonomous Connection project.
You can easily implement this Protocol via Maven.
Feel free to join our Discord.
Take a look into Certificate Generation.
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>
Description
Languages
Java
100%