Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.xzixi.self.portal |
ArtifactId | ArtifactIdsftp-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sftp-client-1.0.0.pom | |
sftp-client-1.0.0.jar | 20 KB |
sftp-client-1.0.0-sources.jar | 12 KB |
sftp-client-1.0.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.xzixi.self.portal/sftp-client/ -->
<dependency>
<groupId>com.xzixi.self.portal</groupId>
<artifactId>sftp-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi.self.portal/sftp-client/
implementation 'com.xzixi.self.portal:sftp-client:1.0.0'
// https://jarcasting.com/artifacts/com.xzixi.self.portal/sftp-client/
implementation ("com.xzixi.self.portal:sftp-client:1.0.0")
'com.xzixi.self.portal:sftp-client:jar:1.0.0'
<dependency org="com.xzixi.self.portal" name="sftp-client" rev="1.0.0">
<artifact name="sftp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi.self.portal', module='sftp-client', version='1.0.0')
)
libraryDependencies += "com.xzixi.self.portal" % "sftp-client" % "1.0.0"
[com.xzixi.self.portal/sftp-client "1.0.0"]