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


