is not current version
Last Version 2.2.1.Final

io.thorntail:camel-jsch 2.0.0.Final

To copy files using the secure copy protocol (SCP).

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-jsch
Version

Version

2.0.0.Final
Type

Type

jar

Download camel-jsch 2.0.0.Final


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