GroupId | GroupIdorg.restheart |
---|---|
ArtifactId | ArtifactIdrestheart |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
restheart-5.3.0.pom | |
restheart-5.3.0.jar | 18 MB |
restheart-5.3.0-sources.jar | 95 KB |
restheart-5.3.0-javadoc.jar | 649 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restheart/restheart/ -->
<dependency>
<groupId>org.restheart</groupId>
<artifactId>restheart</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restheart/restheart/
implementation 'org.restheart:restheart:5.3.0'
// https://jarcasting.com/artifacts/org.restheart/restheart/
implementation ("org.restheart:restheart:5.3.0")
'org.restheart:restheart:jar:5.3.0'
<dependency org="org.restheart" name="restheart" rev="5.3.0">
<artifact name="restheart" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restheart', module='restheart', version='5.3.0')
)
libraryDependencies += "org.restheart" % "restheart" % "5.3.0"
[org.restheart/restheart "5.3.0"]