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