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

org.restheart.restheart-common 1.0.0-SNAPSHOT Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.restheart</groupId>
  <artifactId>restheart-common</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

deprecated

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>