| GroupId | GroupIdcom.github.lookfirst |
|---|---|
| ArtifactId | ArtifactIdsardine |
| Version | Version5.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sardine-5.7.pom | |
| sardine-5.7.jar | 127 KB |
| sardine-5.7-sources.jar | 127 KB |
| sardine-5.7-javadoc.jar | 683 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lookfirst/sardine/ -->
<dependency>
<groupId>com.github.lookfirst</groupId>
<artifactId>sardine</artifactId>
<version>5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lookfirst/sardine/
implementation 'com.github.lookfirst:sardine:5.7'
// https://jarcasting.com/artifacts/com.github.lookfirst/sardine/
implementation ("com.github.lookfirst:sardine:5.7")
'com.github.lookfirst:sardine:jar:5.7'
<dependency org="com.github.lookfirst" name="sardine" rev="5.7">
<artifact name="sardine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lookfirst', module='sardine', version='5.7')
)
libraryDependencies += "com.github.lookfirst" % "sardine" % "5.7"
[com.github.lookfirst/sardine "5.7"]