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