Download jsch.agentproxy.usocket-nc-0.0.9.jar file

Introduction

You can download jsch.agentproxy.usocket-nc-0.0.9.jar in this page.

License

Open Source

Type List

jsch.agentproxy.usocket-nc-0.0.9.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.jcraft/jsch.agentproxy.usocket-nc/pom.properties
META-INF/maven/com.jcraft/jsch.agentproxy.usocket-nc/pom.xml
com.jcraft.jsch.agentproxy.usocket.NCUSocketFactory.class

Pom

jsch.agentproxy.usocket-nc-0.0.9.pom file content.

<?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>com.jcraft</groupId>
    <artifactId>jsch.agentproxy</artifactId>
    <version>0.0.9</version>
  </parent>

  <artifactId>jsch.agentproxy.usocket-nc</artifactId>
  <name>an implementation of USocketFactory using netcat</name>
  <packaging>bundle</packaging>

  <dependencies>
    <dependency>
      <groupId>com.jcraft</groupId>
      <artifactId>jsch.agentproxy.core</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.3.2</version>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.jcraft</groupId>
   <artifactId>jsch.agentproxy.usocket-nc</artifactId>
   <version>0.0.9</version>
</dependency>

Download

If you think the following jsch.agentproxy.usocket-nc-0.0.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jsch.agentproxy.usocket-nc-0.0.9.jar file




PreviousNext

Related