ssh
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.qsy7.java.modules.remote.impl.plugins</groupId>
<artifactId>ssh</artifactId>
<version>0.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>io.github.qsy7.java.modules.remote.impl</groupId>
<artifactId>plugins</artifactId>
<version>0.1.0</version>
</parent>
<groupId>io.github.qsy7.java.modules.remote.impl.plugins</groupId>
<artifactId>ssh</artifactId>
<version>0.1.0</version>
<packaging>jar</packaging>
<name>Remote - impl - plugins - ssh</name>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.modules.ssh.api</groupId>
<artifactId>service</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.ssh</groupId>
<artifactId>impl</artifactId>
<version>0.1.0</version>
<!--<scope>runtime</scope>-->
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.queue.api</groupId>
<artifactId>service</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.queue.modules.event</groupId>
<artifactId>api</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>
</project>