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