jcterm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.java.linoleum</groupId>
<artifactId>jcterm</artifactId>
<version>0.0.11</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>net.java.linoleum</groupId>
<artifactId>jcterm</artifactId>
<packaging>jar</packaging>
<description>SSH2 Terminal Emulator in Pure Java</description>
<version>0.0.11</version>
<licenses>
<license>
<name>LGPL</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>jcterm</name>
<organization>
<name>net.java.linoleum</name>
</organization>
<url>http://www.jcraft.com/jcterm/</url>
<scm>
<url>git@github.com:rjolly/jcterm.git</url>
<connection>scm:git:git@github.com:rjolly/jcterm.git</connection>
</scm>
<developers>
<developer>
<id>ymnk</id>
<name>Atsuhiko Yamanaka</name>
<url>http://github.com/ymnk</url>
</developer>
<developer>
<id>rjolly</id>
<name>Raphael Jolly</name>
<url>http://github.com/rjolly</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.51</version>
</dependency>
<dependency>
<groupId>net.java.linoleum</groupId>
<artifactId>application</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>