SoftInstigate / restheart-common

RESTHeart common classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archived

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

Verify build

RESTHeart common classes

See Unified extensions API in RESTHeart Roadmap for a general description of restheart-common

Use with maven

restheart-common is published via jitpack

see https://jitpack.io/#org.restheart/restheart-common

Step 1. Add the JitPack repository to your build file

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Step 2. Add the dependency

	<dependency>
	    <groupId>org.restheart</groupId>
	    <artifactId>restheart-common</artifactId>
	    <version>Tag</version>
	</dependency>

Use Tag=master-SNAPSHOT for snapshot builds

About

RESTHeart common classes

License:Apache License 2.0


Languages

Language:Java 100.0%