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