e

exist-webdav

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