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