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