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