is not current version
Last Version 6.3.4

org.restheart:restheart 5.0.0-RC2

RESTHeart Core - Core services for RESTHeart

GroupId

GroupId

org.restheart
ArtifactId

ArtifactId

restheart
Version

Version

5.0.0-RC2
Type

Type

jar

Download restheart 5.0.0-RC2


<!-- https://jarcasting.com/artifacts/org.restheart/restheart/ -->
<dependency>
    <groupId>org.restheart</groupId>
    <artifactId>restheart</artifactId>
    <version>5.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.restheart/restheart/
implementation 'org.restheart:restheart:5.0.0-RC2'
// https://jarcasting.com/artifacts/org.restheart/restheart/
implementation ("org.restheart:restheart:5.0.0-RC2")
'org.restheart:restheart:jar:5.0.0-RC2'
<dependency org="org.restheart" name="restheart" rev="5.0.0-RC2">
  <artifact name="restheart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restheart', module='restheart', version='5.0.0-RC2')
)
libraryDependencies += "org.restheart" % "restheart" % "5.0.0-RC2"
[org.restheart/restheart "5.0.0-RC2"]