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