Maven Coordinates

Apache Maven

<dependency>
  <groupId>com.github.robtimus</groupId>
  <artifactId>ftp-fs</artifactId>
  <version>4.0</version>
</dependency>

Apache Ivy

<dependency org="com.github.robtimus" name="ftp-fs" rev="4.0">
  <artifact name="ftp-fs" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.robtimus', module='ftp-fs', version='4.0')
)

Gradle/Grails

implementation 'com.github.robtimus:ftp-fs:4.0'

Scala SBT

libraryDependencies += "com.github.robtimus" % "ftp-fs" % "4.0"

Leiningen

[com.github.robtimus/ftp-fs "4.0"]