is not current version
Last Version 2018.5.0

org.wildfly.swarm:camel-ssh 2012.12.0

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

2012.12.0
Type

Type

jar

Download camel-ssh 2012.12.0


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