m

modeshape-webdav

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