MVN

org.modeshape : modeshape-web-jcr-webdav-war

Maven & Gradle

3 usages

ModeShape JCR WebDAV Servlet · ModeShape servlet that provides WebDAV access to JCR items

<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-web-jcr-webdav-war</artifactId>
    <version>5.4.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.modeshape : modeshape-web-jcr-webdav-war to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.1.Final
  • Latest Beta: 4.0.0.Beta2
  • Latest Alpha: 4.0.0.Alpha4

All Versions

Choose a version of org.modeshape : modeshape-web-jcr-webdav-war to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
modeshape-web-jcr-webdav-war-5.4.1.Final
modeshape-web-jcr-webdav-war-5.4.0.Final
5.3.x
modeshape-web-jcr-webdav-war-5.3.0.Final
5.2.x
modeshape-web-jcr-webdav-war-5.2.0.Final
5.1.x
modeshape-web-jcr-webdav-war-5.1.0.Final
5.0.x
modeshape-web-jcr-webdav-war-5.0.0.Final
4.6.x
modeshape-web-jcr-webdav-war-4.6.2.Final
modeshape-web-jcr-webdav-war-4.6.1.Final
modeshape-web-jcr-webdav-war-4.6.0.Final
4.5.x
modeshape-web-jcr-webdav-war-4.5.0.Final
4.4.x
modeshape-web-jcr-webdav-war-4.4.0.Final
4.3.x
modeshape-web-jcr-webdav-war-4.3.0.Final
4.2.x
modeshape-web-jcr-webdav-war-4.2.0.Final
4.1.x
modeshape-web-jcr-webdav-war-4.1.0.Final
4.0.x
modeshape-web-jcr-webdav-war-4.0.0.Final
modeshape-web-jcr-webdav-war-4.0.0.Beta2
modeshape-web-jcr-webdav-war-4.0.0.Beta1
modeshape-web-jcr-webdav-war-4.0.0.Alpha4
modeshape-web-jcr-webdav-war-4.0.0.Alpha3
modeshape-web-jcr-webdav-war-4.0.0.Alpha2
modeshape-web-jcr-webdav-war-4.0.0.Alpha1
3.8.x
modeshape-web-jcr-webdav-war-3.8.1.Final
modeshape-web-jcr-webdav-war-3.8.0.Final
3.7.x
modeshape-web-jcr-webdav-war-3.7.4.Final
modeshape-web-jcr-webdav-war-3.7.3.Final
modeshape-web-jcr-webdav-war-3.7.2.Final
modeshape-web-jcr-webdav-war-3.7.1.Final
modeshape-web-jcr-webdav-war-3.7.0.Final
3.6.x
modeshape-web-jcr-webdav-war-3.6.1.Final
modeshape-web-jcr-webdav-war-3.6.0.Final
3.5.x
modeshape-web-jcr-webdav-war-3.5.0.Final
3.4.x
modeshape-web-jcr-webdav-war-3.4.0.Final
3.3.x
modeshape-web-jcr-webdav-war-3.3.0.Final
3.2.x
modeshape-web-jcr-webdav-war-3.2.0.Final
3.1.x
modeshape-web-jcr-webdav-war-3.1.3.Final
modeshape-web-jcr-webdav-war-3.1.2.Final
modeshape-web-jcr-webdav-war-3.1.1.Final
modeshape-web-jcr-webdav-war-3.1.0.Final
3.0.x
modeshape-web-jcr-webdav-war-3.0.1.Final
modeshape-web-jcr-webdav-war-3.0.0.Final

How to add a dependency to Maven

Add the following org.modeshape : modeshape-web-jcr-webdav-war maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.modeshape</groupId>
    <artifactId>modeshape-web-jcr-webdav-war</artifactId>
    <version>5.4.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.modeshape : modeshape-web-jcr-webdav-war gradle dependency to your build.gradle file:

implementation 'org.modeshape:modeshape-web-jcr-webdav-war:5.4.1.Final'

Gradle Kotlin DSL: Add the following org.modeshape : modeshape-web-jcr-webdav-war gradle kotlin dependency to your build.gradle.kts file:

implementation("org.modeshape:modeshape-web-jcr-webdav-war:5.4.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.modeshape : modeshape-web-jcr-webdav-war sbt scala dependency to your build.sbt file:

libraryDependencies += "org.modeshape" % "modeshape-web-jcr-webdav-war" % "5.4.1.Final"