MVN

org.jugs.webdav : webdav

Maven & Gradle

Feb 17, 2023
1 stars

WebDAV Support · Provides module webdav-jaxrs for easier implementation of WebDAV based JAX-RS applications.

<dependency>
    <groupId>org.jugs.webdav</groupId>
    <artifactId>webdav</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jugs.webdav : webdav to add to Maven - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of org.jugs.webdav : webdav to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0
webdav-3.0
2.5
webdav-2.5
2.4
webdav-2.4
2.3
webdav-2.3
2.2
webdav-2.2
2.1
webdav-2.1
2.0
webdav-2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jugs.webdav</groupId>
    <artifactId>webdav</artifactId>
    <version>3.0</version>
</dependency>