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