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