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