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