Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.modeshape |
ArtifactId | ArtifactIdmodeshape-web-jcr-rest-client |
Version | Version4.0.0.Alpha2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-rest-client/ -->
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-web-jcr-rest-client</artifactId>
<version>4.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-rest-client/
implementation 'org.modeshape:modeshape-web-jcr-rest-client:4.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.modeshape/modeshape-web-jcr-rest-client/
implementation ("org.modeshape:modeshape-web-jcr-rest-client:4.0.0.Alpha2")
'org.modeshape:modeshape-web-jcr-rest-client:jar:4.0.0.Alpha2'
<dependency org="org.modeshape" name="modeshape-web-jcr-rest-client" rev="4.0.0.Alpha2">
<artifact name="modeshape-web-jcr-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modeshape', module='modeshape-web-jcr-rest-client', version='4.0.0.Alpha2')
)
libraryDependencies += "org.modeshape" % "modeshape-web-jcr-rest-client" % "4.0.0.Alpha2"
[org.modeshape/modeshape-web-jcr-rest-client "4.0.0.Alpha2"]