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