m

modeshape-web-jcr

ModeShape web support library
http://www.modeshape.org
Files download
File Operation
modeshape-web-jcr-4.0.0.Alpha3.jar download
modeshape-web-jcr-4.0.0.Alpha3.pom download
modeshape-web-jcr-4.0.0.Alpha3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.modeshape</groupId>
  <artifactId>modeshape-web-jcr</artifactId>
  <version>4.0.0.Alpha3</version>
</dependency>
Gradle Groovy
implementation 'org.modeshape:modeshape-web-jcr:4.0.0.Alpha3'
Gradle Kotlin
implementation("org.modeshape:modeshape-web-jcr:4.0.0.Alpha3")
Scala SBT
libraryDependencies += "org.modeshape" % "modeshape-web-jcr" % "4.0.0.Alpha3"
Groovy Grape
@Grapes(
  @Grab(group='org.modeshape', module='modeshape-web-jcr', version='4.0.0.Alpha3')
)
Apache Ivy
<dependency org="org.modeshape" name="modeshape-web-jcr" rev="4.0.0.Alpha3" />
Leiningen
[org.modeshape/modeshape-web-jcr "4.0.0.Alpha3"]
Apache Buildr
'org.modeshape:modeshape-web-jcr:jar:4.0.0.Alpha3'