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