| GroupId | GroupIdcom.github.hazendaz.winscp |
|---|---|
| ArtifactId | ArtifactIdwinscp |
| Version | Version5.15.9 |
| Type | Typepom |
| Filename | Size |
|---|---|
| winscp-5.15.9.pom | |
| winscp-5.15.9.zip | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz.winscp/winscp/ -->
<dependency>
<groupId>com.github.hazendaz.winscp</groupId>
<artifactId>winscp</artifactId>
<version>5.15.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz.winscp/winscp/
implementation 'com.github.hazendaz.winscp:winscp:5.15.9'
// https://jarcasting.com/artifacts/com.github.hazendaz.winscp/winscp/
implementation ("com.github.hazendaz.winscp:winscp:5.15.9")
'com.github.hazendaz.winscp:winscp:pom:5.15.9'
<dependency org="com.github.hazendaz.winscp" name="winscp" rev="5.15.9">
<artifact name="winscp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz.winscp', module='winscp', version='5.15.9')
)
libraryDependencies += "com.github.hazendaz.winscp" % "winscp" % "5.15.9"
[com.github.hazendaz.winscp/winscp "5.15.9"]