is not current version
Last Version 5.10

com.github.lookfirst:sardine 5.3

An easy to use webdav client for java

GroupId

GroupId

com.github.lookfirst
ArtifactId

ArtifactId

sardine
Version

Version

5.3
Type

Type

jar

Download sardine 5.3


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