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