m

modeshape-web-jcr

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