| 组织ID: |
org.kohsuke |
| 项目ID: |
trilead-putty-extension |
| 版本: |
1.0 |
| 最后修改时间: |
2018-08-06 14:38:04 |
| 包类型: |
jar |
| 标题: |
PuTTY support for Trilead SSH2 library |
| 大小: |
7.85KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>trilead-putty-extension</artifactId>
<version>1.0</version>
</dependency>
|
| Gradle引入代码: |
org.kohsuke:trilead-putty-extension:1.0
|
| 下载Jar包: |
|
| POM文件内容: |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.kohsuke</groupId>
<artifactId>trilead-putty-extension</artifactId>
<version>1.0</version>
<name>PuTTY support for Trilead SSH2 library</name>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>1.8</version>
</extension>
</extensions>
</build>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>trilead-ssh2</artifactId>
<version>build212-hudson-1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:https://svn.dev.java.net/svn/trilead-putty-extension/tags/trilead-putty-extension-1.0</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/trilead-putty-extension/tags/trilead-putty-extension-1.0</developerConnection>
</scm>
<distributionManagement>
<site>
<id>trilead-putty-extension-www</id>
<url>java-net:/trilead-putty-extension/trunk/www/</url>
</site>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>java.net-maven2-repository</id>
<url>java-net:/maven2-repository/trunk/www/repository/</url>
</repository>
</distributionManagement>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.kohsuke.putty.DEREncoder.class
org.kohsuke.putty.PuTTYKey.class
org.kohsuke.putty.KeyReader.class
META-INF/maven/org.kohsuke/trilead-putty-extension/pom.xml
META-INF/maven/org.kohsuke/trilead-putty-extension/pom.properties
|
| 依赖Jar: |
commons-io-1.3.jar
/commons-io/commons-io/1.3
查看commons-io所有版本文件
trilead-ssh2-build212-hudson-1.jar
/org.jvnet.hudson/trilead-ssh2/build212-hudson-1
查看trilead-ssh2所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|