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