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