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