If you wish to use Codex as a dependency in your projects, Codex is available through Maven Central or snapshots through Sonatype.
<repository>
<id>sonatype</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
...
<dependency>
<groupId>studio.magemonkey</groupId>
<artifactId>codex</artifactId>
<version>1.1.0-R0.7-SNAPSHOT</version>
</dependency>