Jar examples for a:ant-jsch
contains the sshexec and scp tasks jsch 0.1.29 might not be available from maven
You can download jar file ant-jsch 1.7.0 in this page.
Apache License
You can use the following script to add ant-jsch-1.7.0.jar to your project.
<dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-jsch</artifactId> <version>1.7.0</version> </dependency>
compile group: 'org.apache.ant', name: 'ant-jsch', version: '1.7.0'
libraryDependencies += "org.apache.ant" % "ant-jsch" % "1.7.0"
<dependency org="org.apache.ant" name="ant-jsch" rev="1.7.0"/>
@Grapes(@Grab(group='org.apache.ant', module='ant-jsch', version='1.7.0'))
'org.apache.ant:ant-jsch:jar:1.7.0'
Click the following link to download the jar file.
ant-jsch-1.7.0.jar