Files download
File Operation
sardine-5.9.jar download
sardine-5.9.pom download
sardine-5.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.lookfirst</groupId>
  <artifactId>sardine</artifactId>
  <version>5.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.lookfirst:sardine:5.9'
Gradle Kotlin
implementation("com.github.lookfirst:sardine:5.9")
Scala SBT
libraryDependencies += "com.github.lookfirst" % "sardine" % "5.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.lookfirst', module='sardine', version='5.9')
)
Apache Ivy
<dependency org="com.github.lookfirst" name="sardine" rev="5.9" />
Leiningen
[com.github.lookfirst/sardine "5.9"]
Apache Buildr
'com.github.lookfirst:sardine:jar:5.9'