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