You can download sardine-5.1.jar in this page.
Apache 2.0
sardine-5.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.github.lookfirst/sardine/pom.properties META-INF/maven/com.github.lookfirst/sardine/pom.xml com.github.sardine.DavAce.class com.github.sardine.DavAcl.class com.github.sardine.DavPrincipal.class com.github.sardine.DavQuota.class com.github.sardine.DavResource.class com.github.sardine.Sardine.class com.github.sardine.SardineFactory.class com.github.sardine.Version.class com.github.sardine.ant.Command.class com.github.sardine.ant.SardineTask.class com.github.sardine.ant.command.Copy.class com.github.sardine.ant.command.CreateDirectory.class com.github.sardine.ant.command.Delete.class com.github.sardine.ant.command.Exists.class com.github.sardine.ant.command.Move.class com.github.sardine.ant.command.Put.class com.github.sardine.impl.SardineException.class com.github.sardine.impl.SardineImpl.class com.github.sardine.impl.SardineRedirectStrategy.class com.github.sardine.impl.handler.ETagResponseHandler.class com.github.sardine.impl.handler.ExistsResponseHandler.class com.github.sardine.impl.handler.HeadersResponseHandler.class com.github.sardine.impl.handler.LockResponseHandler.class com.github.sardine.impl.handler.MultiStatusResponseHandler.class com.github.sardine.impl.handler.ValidatingResponseHandler.class com.github.sardine.impl.handler.VoidResponseHandler.class com.github.sardine.impl.io.ConsumingInputStream.class com.github.sardine.impl.io.ContentLengthInputStream.class com.github.sardine.impl.methods.HttpAcl.class com.github.sardine.impl.methods.HttpCopy.class com.github.sardine.impl.methods.HttpLock.class com.github.sardine.impl.methods.HttpMkCol.class com.github.sardine.impl.methods.HttpMove.class com.github.sardine.impl.methods.HttpPropFind.class com.github.sardine.impl.methods.HttpPropPatch.class com.github.sardine.impl.methods.HttpUnlock.class com.github.sardine.model.Ace.class com.github.sardine.model.Acl.class com.github.sardine.model.Activelock.class com.github.sardine.model.All.class com.github.sardine.model.Allprop.class com.github.sardine.model.Authenticated.class com.github.sardine.model.Bind.class com.github.sardine.model.Collection.class com.github.sardine.model.Creationdate.class com.github.sardine.model.Deny.class com.github.sardine.model.Displayname.class com.github.sardine.model.Error.class com.github.sardine.model.Exclusive.class com.github.sardine.model.Getcontentlanguage.class com.github.sardine.model.Getcontentlength.class com.github.sardine.model.Getcontenttype.class com.github.sardine.model.Getetag.class com.github.sardine.model.Getlastmodified.class com.github.sardine.model.Grant.class com.github.sardine.model.Group.class com.github.sardine.model.Inherited.class com.github.sardine.model.Keepalive.class com.github.sardine.model.Link.class com.github.sardine.model.Lockdiscovery.class com.github.sardine.model.Lockentry.class com.github.sardine.model.Lockinfo.class com.github.sardine.model.Lockscope.class com.github.sardine.model.Locktoken.class com.github.sardine.model.Locktype.class com.github.sardine.model.Multistatus.class com.github.sardine.model.ObjectFactory.class com.github.sardine.model.Omit.class com.github.sardine.model.Owner.class com.github.sardine.model.Principal.class com.github.sardine.model.PrincipalCollectionSet.class com.github.sardine.model.PrincipalURL.class com.github.sardine.model.Privilege.class com.github.sardine.model.Prop.class com.github.sardine.model.Property.class com.github.sardine.model.Propertybehavior.class com.github.sardine.model.Propertyupdate.class com.github.sardine.model.Propfind.class com.github.sardine.model.Propname.class com.github.sardine.model.Propstat.class com.github.sardine.model.Protected.class com.github.sardine.model.QuotaAvailableBytes.class com.github.sardine.model.QuotaUsedBytes.class com.github.sardine.model.Read.class com.github.sardine.model.ReadAcl.class com.github.sardine.model.ReadCurrentUserPrivilegeSet.class com.github.sardine.model.Remove.class com.github.sardine.model.Resourcetype.class com.github.sardine.model.Response.class com.github.sardine.model.Self.class com.github.sardine.model.Set.class com.github.sardine.model.Shared.class com.github.sardine.model.SimplePrivilege.class com.github.sardine.model.Source.class com.github.sardine.model.Supportedlock.class com.github.sardine.model.UnBind.class com.github.sardine.model.Unauthenticated.class com.github.sardine.model.Unlock.class com.github.sardine.model.Write.class com.github.sardine.model.WriteContent.class com.github.sardine.model.WriteProperties.class com.github.sardine.model.package-info.class com.github.sardine.util.SardineUtil.class com/github/sardine/ant/sardinetask.xml
sardine-5.1.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.lookfirst</groupId> <artifactId>sardine</artifactId> <packaging>jar</packaging> <version>5.1</version> <description>An easy to use webdav client for java</description> <name>Sardine WEBDAV client</name> <url>https://github.com/lookfirst/sardine</url> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <licenses> <license> <name>Apache 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <scm> <connection>scm:git:git@github.com:lookfirst/sardine.git</connection> <developerConnection>scm:git:git@github.com:lookfirst/sardine.git</developerConnection> <url>git@github.com:lookfirst/sardine.git</url> </scm> <developers> <developer> <name>Jon Stevens</name> <id>lookfirst</id> <email>latchkey@gmail.com</email> </developer> <developer> <name>David Kocher</name> <id>iterate</id> <email>post@iterate.ch</email> <organization>iterate GmbH</organization> </developer> </developers> <distributionManagement> <repository> <id>nexus-releases</id> <name>Nexus Release Repository</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus snapshot repository</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <configuration> <archive> <manifest> <mainClass>com.googlecode.sardine.Version</mainClass> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.2</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>4.3.1</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> </dependency> <!-- ant and junit must be defined as provided for a successful compile. --> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.9.2</version> <scope>provided</scope> </dependency> <!-- test utilities --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.7.5</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.github.lookfirst</groupId> <artifactId>sardine</artifactId> <version>5.1</version> </dependency>
If you think the following sardine-5.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.