License |
License |
---|---|
Categories |
CategoriesJLine User Interface CLI |
GroupId | GroupIdorg.jline |
ArtifactId | ArtifactIdjline-remote-ssh |
Version | Version3.20.0 |
Type | Typejar |
Description |
DescriptionJLine Remote SSH
JLine
|
Filename | Size |
---|---|
jline-remote-ssh-3.20.0.pom | |
jline-remote-ssh-3.20.0.jar | 22 KB |
jline-remote-ssh-3.20.0-sources.jar | 8 KB |
jline-remote-ssh-3.20.0-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jline/jline-remote-ssh/ -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-remote-ssh</artifactId>
<version>3.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jline/jline-remote-ssh/
implementation 'org.jline:jline-remote-ssh:3.20.0'
// https://jarcasting.com/artifacts/org.jline/jline-remote-ssh/
implementation ("org.jline:jline-remote-ssh:3.20.0")
'org.jline:jline-remote-ssh:jar:3.20.0'
<dependency org="org.jline" name="jline-remote-ssh" rev="3.20.0">
<artifact name="jline-remote-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jline', module='jline-remote-ssh', version='3.20.0')
)
libraryDependencies += "org.jline" % "jline-remote-ssh" % "3.20.0"
[org.jline/jline-remote-ssh "3.20.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jline : jline-builtins | jar | 3.20.0 |
org.apache.sshd : sshd-core Optional | jar | 2.1.0 |
org.apache.sshd : sshd-scp Optional | jar | 2.1.0 |
org.apache.sshd : sshd-sftp Optional | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |