Download sardine-5.4.jar file - Jar s

Jar examples for s:sardine

Description

Sardine is useful for interacting with a webdav server and is much easier to programmatically manage remote files than with FTP.

You can download jar file sardine 5.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add sardine-5.4.jar to your project.

<dependency>
   <groupId>com.github.lookfirst</groupId>
   <artifactId>sardine</artifactId>
   <version>5.4</version>
</dependency>
compile group: 'com.github.lookfirst', name: 'sardine', version: '5.4'
libraryDependencies += "com.github.lookfirst" % "sardine" % "5.4"
<dependency org="com.github.lookfirst" name="sardine" rev="5.4"/>
@Grapes(@Grab(group='com.github.lookfirst', module='sardine', version='5.4'))
'com.github.lookfirst:sardine:jar:5.4'

Download

Click the following link to download the jar file.

sardine-5.4-javadoc.jar
sardine-5.4-sources.jar
sardine-5.4.jar
sardine-5.4.pom



Related Tutorials