If you wish to use Divinity as a dependency in your projects, Divinity is available through Maven Central or snapshots through Sonatype.
<repository>
<id>magemonkey-snapshots</id>
<url>https://repo.travja.dev/snapshots</url>
</repository>
...
<dependency>
<groupId>studio.magemonkey</groupId>
<artifactId>divinity</artifactId>
<version>1.0.2-R0.50-SNAPSHOT</version>
</dependency>