is not current version
Last Version 5.10

com.github.lookfirst:sardine 5.9

An easy to use WebDAV client for Java

GroupId

GroupId

com.github.lookfirst
ArtifactId

ArtifactId

sardine
Version

Version

5.9
Type

Type

jar

Download sardine 5.9


<!-- https://jarcasting.com/artifacts/com.github.lookfirst/sardine/ -->
<dependency>
    <groupId>com.github.lookfirst</groupId>
    <artifactId>sardine</artifactId>
    <version>5.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lookfirst/sardine/
implementation 'com.github.lookfirst:sardine:5.9'
// https://jarcasting.com/artifacts/com.github.lookfirst/sardine/
implementation ("com.github.lookfirst:sardine:5.9")
'com.github.lookfirst:sardine:jar:5.9'
<dependency org="com.github.lookfirst" name="sardine" rev="5.9">
  <artifact name="sardine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lookfirst', module='sardine', version='5.9')
)
libraryDependencies += "com.github.lookfirst" % "sardine" % "5.9"
[com.github.lookfirst/sardine "5.9"]