Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcz.pumpitup.pn5 |
ArtifactId | ArtifactIdsftp-remote-client |
Version | Version0.5.7 |
Type | Typejar |
Filename | Size |
---|---|
sftp-remote-client-0.5.7.pom | |
sftp-remote-client-0.5.7.jar | 11 KB |
sftp-remote-client-0.5.7-sources.jar | 6 KB |
sftp-remote-client-0.5.7-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.pumpitup.pn5/sftp-remote-client/ -->
<dependency>
<groupId>cz.pumpitup.pn5</groupId>
<artifactId>sftp-remote-client</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/sftp-remote-client/
implementation 'cz.pumpitup.pn5:sftp-remote-client:0.5.7'
// https://jarcasting.com/artifacts/cz.pumpitup.pn5/sftp-remote-client/
implementation ("cz.pumpitup.pn5:sftp-remote-client:0.5.7")
'cz.pumpitup.pn5:sftp-remote-client:jar:0.5.7'
<dependency org="cz.pumpitup.pn5" name="sftp-remote-client" rev="0.5.7">
<artifact name="sftp-remote-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.pumpitup.pn5', module='sftp-remote-client', version='0.5.7')
)
libraryDependencies += "cz.pumpitup.pn5" % "sftp-remote-client" % "0.5.7"
[cz.pumpitup.pn5/sftp-remote-client "0.5.7"]