Categories |
CategoriesJLine User Interface CLI |
---|---|
GroupId | GroupIdorg.jline |
ArtifactId | ArtifactIdjline-remote-ssh |
Version | Version3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
jline-remote-ssh-3.3.1.pom | |
jline-remote-ssh-3.3.1.jar | 22 KB |
jline-remote-ssh-3.3.1-sources.jar | 8 KB |
jline-remote-ssh-3.3.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jline/jline-remote-ssh/ -->
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-remote-ssh</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jline/jline-remote-ssh/
implementation 'org.jline:jline-remote-ssh:3.3.1'
// https://jarcasting.com/artifacts/org.jline/jline-remote-ssh/
implementation ("org.jline:jline-remote-ssh:3.3.1")
'org.jline:jline-remote-ssh:jar:3.3.1'
<dependency org="org.jline" name="jline-remote-ssh" rev="3.3.1">
<artifact name="jline-remote-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jline', module='jline-remote-ssh', version='3.3.1')
)
libraryDependencies += "org.jline" % "jline-remote-ssh" % "3.3.1"
[org.jline/jline-remote-ssh "3.3.1"]