文件下载
文件名 操作
winscp-6.3.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.hazendaz.winscp</groupId>
  <artifactId>winscp</artifactId>
  <version>6.3.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.hazendaz.winscp:winscp:6.3.3'
Gradle Kotlin
implementation("com.github.hazendaz.winscp:winscp:6.3.3")
Scala SBT
libraryDependencies += "com.github.hazendaz.winscp" % "winscp" % "6.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hazendaz.winscp', module='winscp', version='6.3.3')
)
Apache Ivy
<dependency org="com.github.hazendaz.winscp" name="winscp" rev="6.3.3" />
Leiningen
[com.github.hazendaz.winscp/winscp "6.3.3"]
Apache Buildr
'com.github.hazendaz.winscp:winscp:jar:6.3.3'