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