ibiz-plugin-jsch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-plugin-jsch</artifactId>
<version>8.1.0.567.22</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-plugin</artifactId>
<version>8.1.0.567.22</version>
</parent>
<artifactId>ibiz-plugin-jsch</artifactId>
<properties><maven-jar-plugin.version>2.6</maven-jar-plugin.version></properties>
<dependencies>
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-runtime</artifactId>
<version>8.1.0.567.22</version>
</dependency>
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-cloud-core</artifactId>
<version>8.1.0.567.22</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>
</dependencies>
</project>