GroupId | GroupIdorg.restheart |
---|---|
ArtifactId | ArtifactIdrestheart-commons |
Version | Version5.1.3 |
Type | Typejar |
Filename | Size |
---|---|
restheart-commons-5.1.3.pom | |
restheart-commons-5.1.3.jar | 169 KB |
restheart-commons-5.1.3-sources.jar | 137 KB |
restheart-commons-5.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.restheart/restheart-commons/
implementation 'org.restheart:restheart-commons:5.1.3'
// https://jarcasting.com/artifacts/org.restheart/restheart-commons/
implementation ("org.restheart:restheart-commons:5.1.3")
'org.restheart:restheart-commons:jar:5.1.3'
<dependency org="org.restheart" name="restheart-commons" rev="5.1.3">
<artifact name="restheart-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restheart', module='restheart-commons', version='5.1.3')
)
libraryDependencies += "org.restheart" % "restheart-commons" % "5.1.3"
[org.restheart/restheart-commons "5.1.3"]