MVN

io.crowdcode.webdav : simple-webdav-client

Maven & Gradle

Jul 13, 2020
2 stars

Simple WebDAV Client · Simple WebDAV abstraction making java use of Jackrabbit Lib more easy

<dependency>
    <groupId>io.crowdcode.webdav</groupId>
    <artifactId>simple-webdav-client</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.crowdcode.webdav : simple-webdav-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of io.crowdcode.webdav : simple-webdav-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
simple-webdav-client-0.0.6

How to add a dependency to Maven

Add the following io.crowdcode.webdav : simple-webdav-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.crowdcode.webdav</groupId>
    <artifactId>simple-webdav-client</artifactId>
    <version>0.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.crowdcode.webdav : simple-webdav-client gradle dependency to your build.gradle file:

implementation 'io.crowdcode.webdav:simple-webdav-client:0.0.6'

Gradle Kotlin DSL: Add the following io.crowdcode.webdav : simple-webdav-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.crowdcode.webdav:simple-webdav-client:0.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.crowdcode.webdav : simple-webdav-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.crowdcode.webdav" % "simple-webdav-client" % "0.0.6"