g

globalmentor-webdav

GlobalMentor Java WebDAV library.
Files download
File Operation
globalmentor-webdav-0.6.3.jar download
globalmentor-webdav-0.6.3.pom download
globalmentor-webdav-0.6.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.globalmentor</groupId>
  <artifactId>globalmentor-webdav</artifactId>
  <version>0.6.3</version>
</dependency>
Gradle Groovy
implementation 'com.globalmentor:globalmentor-webdav:0.6.3'
Gradle Kotlin
implementation("com.globalmentor:globalmentor-webdav:0.6.3")
Scala SBT
libraryDependencies += "com.globalmentor" % "globalmentor-webdav" % "0.6.3"
Groovy Grape
@Grapes(
  @Grab(group='com.globalmentor', module='globalmentor-webdav', version='0.6.3')
)
Apache Ivy
<dependency org="com.globalmentor" name="globalmentor-webdav" rev="0.6.3" />
Leiningen
[com.globalmentor/globalmentor-webdav "0.6.3"]
Apache Buildr
'com.globalmentor:globalmentor-webdav:jar:0.6.3'