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