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