Files download
File Operation
winscp-6.1.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.winscp</groupId>
  <artifactId>winscp</artifactId>
  <version>6.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.winscp:winscp:6.1.2'
Gradle Kotlin
implementation("com.github.hazendaz.winscp:winscp:6.1.2")
Scala SBT
libraryDependencies += "com.github.hazendaz.winscp" % "winscp" % "6.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.winscp', module='winscp', version='6.1.2')
)
Apache Ivy
<dependency org="com.github.hazendaz.winscp" name="winscp" rev="6.1.2" />
Leiningen
[com.github.hazendaz.winscp/winscp "6.1.2"]
Apache Buildr
'com.github.hazendaz.winscp:winscp:jar:6.1.2'