A binary serialization library primarily used in Nova.
<repository>
<id>xenondevs</id>
<url>https://repo.xenondevs.xyz/releases/</url>
</repository><dependency>
<groupId>xyz.xenondevs.cbf</groupId>
<artifactId>cosmic-binary-format</artifactId>
<version>VERSION</version>
</dependency>maven("https://repo.xenondevs.xyz/releases/")implementation("xyz.xenondevs.cbf:cosmic-binary-format:VERSION")