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