is not current version
Last Version 5.10

com.github.lookfirst:sardine 5.5

An easy to use webdav client for java

GroupId

GroupId

com.github.lookfirst
ArtifactId

ArtifactId

sardine
Version

Version

5.5
Type

Type

jar

Download sardine 5.5


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