| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdsftp |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsftp
The sftp tool for java.
|
| Filename | Size |
|---|---|
| sftp-1.0.0.pom | |
| sftp-1.0.0.jar | 9 KB |
| sftp-1.0.0-sources.jar | 5 KB |
| sftp-1.0.0-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sftp/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sftp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sftp/
implementation 'com.github.houbb:sftp:1.0.0'
// https://jarcasting.com/artifacts/com.github.houbb/sftp/
implementation ("com.github.houbb:sftp:1.0.0")
'com.github.houbb:sftp:jar:1.0.0'
<dependency org="com.github.houbb" name="sftp" rev="1.0.0">
<artifact name="sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sftp', version='1.0.0')
)
libraryDependencies += "com.github.houbb" % "sftp" % "1.0.0"
[com.github.houbb/sftp "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.129 |
| com.github.houbb : log-integration | jar | 1.1.8 |
| com.jcraft : jsch | jar | 0.1.53 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.13.1 |