Dependency Information
Apache Maven
<dependency> <groupId>com.github.hazendaz.putty</groupId> <artifactId>putty</artifactId> <version>0.81</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="com.github.hazendaz.putty" name="putty" rev="0.81"> <artifact name="putty" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='com.github.hazendaz.putty', module='putty', version='0.81') )
Gradle/Grails
implementation 'com.github.hazendaz.putty:putty:0.81'
Scala SBT
libraryDependencies += "com.github.hazendaz.putty" % "putty" % "0.81"
Leiningen
[com.github.hazendaz.putty/putty "0.81"]