Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdcom.github.zed-platform |
ArtifactId | ArtifactIdzed-ssh-client |
Version | Version0.0.17 |
Type | Typejar |
Filename | Size |
---|---|
zed-ssh-client-0.0.17.pom | |
zed-ssh-client-0.0.17.jar | 4 KB |
zed-ssh-client-0.0.17-sources.jar | 2 KB |
zed-ssh-client-0.0.17-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zed-platform/zed-ssh-client/ -->
<dependency>
<groupId>com.github.zed-platform</groupId>
<artifactId>zed-ssh-client</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-ssh-client/
implementation 'com.github.zed-platform:zed-ssh-client:0.0.17'
// https://jarcasting.com/artifacts/com.github.zed-platform/zed-ssh-client/
implementation ("com.github.zed-platform:zed-ssh-client:0.0.17")
'com.github.zed-platform:zed-ssh-client:jar:0.0.17'
<dependency org="com.github.zed-platform" name="zed-ssh-client" rev="0.0.17">
<artifact name="zed-ssh-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zed-platform', module='zed-ssh-client', version='0.0.17')
)
libraryDependencies += "com.github.zed-platform" % "zed-ssh-client" % "0.0.17"
[com.github.zed-platform/zed-ssh-client "0.0.17"]