is not current version
Last Version 2018.5.0

org.wildfly.swarm:camel-ssh 2017.8.1

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

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

camel-ssh
Version

Version

2017.8.1
Type

Type

jar

Download camel-ssh 2017.8.1


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