Download webdav-0.4.jar file - Jar w

Jar examples for w:webdav

Description

A Simple Approach to WebDAV (Servlet Implementation)

You can download jar file webdav 0.4 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add webdav-0.4.jar to your project.

<dependency>
   <groupId>it.could</groupId>
   <artifactId>webdav</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'it.could', name: 'webdav', version: '0.4'
libraryDependencies += "it.could" % "webdav" % "0.4"
<dependency org="it.could" name="webdav" rev="0.4"/>
@Grapes(@Grab(group='it.could', module='webdav', version='0.4'))
'it.could:webdav:jar:0.4'

Download

Click the following link to download the jar file.

webdav-0.4.jar
webdav-0.4-javadoc.jar
webdav-0.4.pom
webdav-0.4-sources.jar



Related Tutorials