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