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