On 6/3/2020 we decided to use a mono repo to manage all restheart code. restheart-common has been merged in restheart and archived.
RESTHeart common classes
See Unified extensions API in RESTHeart Roadmap for a general description of restheart-common
restheart-common is published via jitpack
see https://jitpack.io/#org.restheart/restheart-common
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>org.restheart</groupId>
<artifactId>restheart-common</artifactId>
<version>Tag</version>
</dependency>
Use Tag=master-SNAPSHOT
for snapshot builds