Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

SoftInstigate/restheart-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages