| GroupId | GroupIdcom.github.mhewedy |
|---|---|
| ArtifactId | ArtifactIdsftp-utils |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sftp-utils-1.0.8.pom | |
| sftp-utils-1.0.8.jar | 10 KB |
| sftp-utils-1.0.8-sources.jar | 5 KB |
| sftp-utils-1.0.8-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mhewedy/sftp-utils/ -->
<dependency>
<groupId>com.github.mhewedy</groupId>
<artifactId>sftp-utils</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mhewedy/sftp-utils/
implementation 'com.github.mhewedy:sftp-utils:1.0.8'
// https://jarcasting.com/artifacts/com.github.mhewedy/sftp-utils/
implementation ("com.github.mhewedy:sftp-utils:1.0.8")
'com.github.mhewedy:sftp-utils:jar:1.0.8'
<dependency org="com.github.mhewedy" name="sftp-utils" rev="1.0.8">
<artifact name="sftp-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mhewedy', module='sftp-utils', version='1.0.8')
)
libraryDependencies += "com.github.mhewedy" % "sftp-utils" % "1.0.8"
[com.github.mhewedy/sftp-utils "1.0.8"]