e

exist-webdav

eXist-db NoSQL Database WebDAV Extension
Files download
File Operation
exist-webdav-5.3.0.jar download
exist-webdav-5.3.0.pom download
exist-webdav-5.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-webdav</artifactId>
  <version>5.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-webdav:5.3.0'
Gradle Kotlin
implementation("org.exist-db:exist-webdav:5.3.0")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-webdav" % "5.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-webdav', version='5.3.0')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-webdav" rev="5.3.0" />
Leiningen
[org.exist-db/exist-webdav "5.3.0"]
Apache Buildr
'org.exist-db:exist-webdav:jar:5.3.0'