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