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