is not current version
Last Version 2.2.1.Final

io.thorntail:camel-ssh 2.0.0.Final

The ssh component enables access to SSH servers such that you can send an SSH command and process the response.

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-ssh
Version

Version

2.0.0.Final
Type

Type

jar

Download camel-ssh 2.0.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/camel-ssh/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-ssh</artifactId>
    <version>2.0.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-ssh/
implementation 'io.thorntail:camel-ssh:2.0.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-ssh/
implementation ("io.thorntail:camel-ssh:2.0.0.Final")
'io.thorntail:camel-ssh:jar:2.0.0.Final'
<dependency org="io.thorntail" name="camel-ssh" rev="2.0.0.Final">
  <artifact name="camel-ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-ssh', version='2.0.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-ssh" % "2.0.0.Final"
[io.thorntail/camel-ssh "2.0.0.Final"]