m

maverick-putty

Adds support for PuTTY keys.
Files download
File Operation
maverick-putty-3.1.1.jar download
maverick-putty-3.1.1.pom download
maverick-putty-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>maverick-putty</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:maverick-putty:3.1.1'
Gradle Kotlin
implementation("com.sshtools:maverick-putty:3.1.1")
Scala SBT
libraryDependencies += "com.sshtools" % "maverick-putty" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='maverick-putty', version='3.1.1')
)
Apache Ivy
<dependency org="com.sshtools" name="maverick-putty" rev="3.1.1" />
Leiningen
[com.sshtools/maverick-putty "3.1.1"]
Apache Buildr
'com.sshtools:maverick-putty:jar:3.1.1'