Download sshj-0.10.0.jar file

Introduction

You can download sshj-0.10.0.jar in this page.

License

Apache 2

Type List

sshj-0.10.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.schmizz/sshj/pom.properties
META-INF/maven/net.schmizz/sshj/pom.xml
net.schmizz.concurrent.ErrorDeliveryUtil.class
net.schmizz.concurrent.Event.class
net.schmizz.concurrent.ExceptionChainer.class
net.schmizz.concurrent.Promise.class
net.schmizz.sshj.AbstractService.class
net.schmizz.sshj.AndroidConfig.class
net.schmizz.sshj.Config.class
net.schmizz.sshj.ConfigImpl.class
net.schmizz.sshj.DefaultConfig.class
net.schmizz.sshj.SSHClient.class
net.schmizz.sshj.Service.class
net.schmizz.sshj.SocketClient.class
net.schmizz.sshj.common.Base64.class
net.schmizz.sshj.common.Buffer.class
net.schmizz.sshj.common.ByteArrayUtils.class
net.schmizz.sshj.common.DisconnectReason.class
net.schmizz.sshj.common.ErrorNotifiable.class
net.schmizz.sshj.common.Factory.class
net.schmizz.sshj.common.IOUtils.class
net.schmizz.sshj.common.KeyType.class
net.schmizz.sshj.common.Message.class
net.schmizz.sshj.common.SSHException.class
net.schmizz.sshj.common.SSHPacket.class
net.schmizz.sshj.common.SSHPacketHandler.class
net.schmizz.sshj.common.SSHRuntimeException.class
net.schmizz.sshj.common.SecurityUtils.class
net.schmizz.sshj.common.StreamCopier.class
net.schmizz.sshj.connection.Connection.class
net.schmizz.sshj.connection.ConnectionException.class
net.schmizz.sshj.connection.ConnectionImpl.class
net.schmizz.sshj.connection.channel.AbstractChannel.class
net.schmizz.sshj.connection.channel.Channel.class
net.schmizz.sshj.connection.channel.ChannelInputStream.class
net.schmizz.sshj.connection.channel.ChannelOutputStream.class
net.schmizz.sshj.connection.channel.OpenFailException.class
net.schmizz.sshj.connection.channel.SocketStreamCopyMonitor.class
net.schmizz.sshj.connection.channel.Window.class
net.schmizz.sshj.connection.channel.direct.AbstractDirectChannel.class
net.schmizz.sshj.connection.channel.direct.LocalPortForwarder.class
net.schmizz.sshj.connection.channel.direct.PTYMode.class
net.schmizz.sshj.connection.channel.direct.Session.class
net.schmizz.sshj.connection.channel.direct.SessionChannel.class
net.schmizz.sshj.connection.channel.direct.SessionFactory.class
net.schmizz.sshj.connection.channel.direct.Signal.class
net.schmizz.sshj.connection.channel.forwarded.AbstractForwardedChannel.class
net.schmizz.sshj.connection.channel.forwarded.AbstractForwardedChannelOpener.class
net.schmizz.sshj.connection.channel.forwarded.ConnectListener.class
net.schmizz.sshj.connection.channel.forwarded.ForwardedChannelOpener.class
net.schmizz.sshj.connection.channel.forwarded.RemotePortForwarder.class
net.schmizz.sshj.connection.channel.forwarded.SocketForwardingConnectListener.class
net.schmizz.sshj.connection.channel.forwarded.X11Forwarder.class
net.schmizz.sshj.sftp.FileAttributes.class
net.schmizz.sshj.sftp.FileMode.class
net.schmizz.sshj.sftp.OpenMode.class
net.schmizz.sshj.sftp.PacketReader.class
net.schmizz.sshj.sftp.PacketType.class
net.schmizz.sshj.sftp.PathComponents.class
net.schmizz.sshj.sftp.PathHelper.class
net.schmizz.sshj.sftp.RandomAccessRemoteFile.class
net.schmizz.sshj.sftp.RemoteDirectory.class
net.schmizz.sshj.sftp.RemoteFile.class
net.schmizz.sshj.sftp.RemoteResource.class
net.schmizz.sshj.sftp.RemoteResourceFilter.class
net.schmizz.sshj.sftp.RemoteResourceInfo.class
net.schmizz.sshj.sftp.Request.class
net.schmizz.sshj.sftp.Requester.class
net.schmizz.sshj.sftp.Response.class
net.schmizz.sshj.sftp.SFTPClient.class
net.schmizz.sshj.sftp.SFTPEngine.class
net.schmizz.sshj.sftp.SFTPException.class
net.schmizz.sshj.sftp.SFTPFileTransfer.class
net.schmizz.sshj.sftp.SFTPPacket.class
net.schmizz.sshj.sftp.StatefulSFTPClient.class
net.schmizz.sshj.signature.AbstractSignature.class
net.schmizz.sshj.signature.Signature.class
net.schmizz.sshj.signature.SignatureDSA.class
net.schmizz.sshj.signature.SignatureECDSA.class
net.schmizz.sshj.signature.SignatureRSA.class
net.schmizz.sshj.transport.Converter.class
net.schmizz.sshj.transport.Decoder.class
net.schmizz.sshj.transport.DisconnectListener.class
net.schmizz.sshj.transport.Encoder.class
net.schmizz.sshj.transport.Heartbeater.class
net.schmizz.sshj.transport.KeyExchanger.class
net.schmizz.sshj.transport.NegotiatedAlgorithms.class
net.schmizz.sshj.transport.Proposal.class
net.schmizz.sshj.transport.Reader.class
net.schmizz.sshj.transport.Transport.class
net.schmizz.sshj.transport.TransportException.class
net.schmizz.sshj.transport.TransportImpl.class
net.schmizz.sshj.transport.cipher.AES128CBC.class
net.schmizz.sshj.transport.cipher.AES128CTR.class
net.schmizz.sshj.transport.cipher.AES192CBC.class
net.schmizz.sshj.transport.cipher.AES192CTR.class
net.schmizz.sshj.transport.cipher.AES256CBC.class
net.schmizz.sshj.transport.cipher.AES256CTR.class
net.schmizz.sshj.transport.cipher.BaseCipher.class
net.schmizz.sshj.transport.cipher.BlowfishCBC.class
net.schmizz.sshj.transport.cipher.Cipher.class
net.schmizz.sshj.transport.cipher.NoneCipher.class
net.schmizz.sshj.transport.cipher.TripleDESCBC.class
net.schmizz.sshj.transport.compression.Compression.class
net.schmizz.sshj.transport.compression.DelayedZlibCompression.class
net.schmizz.sshj.transport.compression.NoneCompression.class
net.schmizz.sshj.transport.compression.ZlibCompression.class
net.schmizz.sshj.transport.digest.BaseDigest.class
net.schmizz.sshj.transport.digest.Digest.class
net.schmizz.sshj.transport.digest.MD5.class
net.schmizz.sshj.transport.digest.SHA1.class
net.schmizz.sshj.transport.kex.AbstractDHG.class
net.schmizz.sshj.transport.kex.DH.class
net.schmizz.sshj.transport.kex.DHG1.class
net.schmizz.sshj.transport.kex.DHG14.class
net.schmizz.sshj.transport.kex.DHGroupData.class
net.schmizz.sshj.transport.kex.KeyExchange.class
net.schmizz.sshj.transport.mac.BaseMAC.class
net.schmizz.sshj.transport.mac.HMACMD5.class
net.schmizz.sshj.transport.mac.HMACMD596.class
net.schmizz.sshj.transport.mac.HMACSHA1.class
net.schmizz.sshj.transport.mac.HMACSHA196.class
net.schmizz.sshj.transport.mac.HMACSHA2256.class
net.schmizz.sshj.transport.mac.HMACSHA2512.class
net.schmizz.sshj.transport.mac.MAC.class
net.schmizz.sshj.transport.random.BouncyCastleRandom.class
net.schmizz.sshj.transport.random.JCERandom.class
net.schmizz.sshj.transport.random.Random.class
net.schmizz.sshj.transport.random.SingletonRandomFactory.class
net.schmizz.sshj.transport.verification.ConsoleKnownHostsVerifier.class
net.schmizz.sshj.transport.verification.HostKeyVerifier.class
net.schmizz.sshj.transport.verification.OpenSSHKnownHosts.class
net.schmizz.sshj.transport.verification.PromiscuousVerifier.class
net.schmizz.sshj.userauth.AuthParams.class
net.schmizz.sshj.userauth.UserAuth.class
net.schmizz.sshj.userauth.UserAuthException.class
net.schmizz.sshj.userauth.UserAuthImpl.class
net.schmizz.sshj.userauth.keyprovider.FileKeyProvider.class
net.schmizz.sshj.userauth.keyprovider.KeyFormat.class
net.schmizz.sshj.userauth.keyprovider.KeyPairWrapper.class
net.schmizz.sshj.userauth.keyprovider.KeyProvider.class
net.schmizz.sshj.userauth.keyprovider.KeyProviderUtil.class
net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.class
net.schmizz.sshj.userauth.keyprovider.PKCS8KeyFile.class
net.schmizz.sshj.userauth.keyprovider.PuTTYKeyFile.class
net.schmizz.sshj.userauth.method.AbstractAuthMethod.class
net.schmizz.sshj.userauth.method.AuthHostbased.class
net.schmizz.sshj.userauth.method.AuthKeyboardInteractive.class
net.schmizz.sshj.userauth.method.AuthMethod.class
net.schmizz.sshj.userauth.method.AuthNone.class
net.schmizz.sshj.userauth.method.AuthPassword.class
net.schmizz.sshj.userauth.method.AuthPublickey.class
net.schmizz.sshj.userauth.method.ChallengeResponseProvider.class
net.schmizz.sshj.userauth.method.KeyedAuthMethod.class
net.schmizz.sshj.userauth.method.PasswordResponseProvider.class
net.schmizz.sshj.userauth.password.AccountResource.class
net.schmizz.sshj.userauth.password.PasswordFinder.class
net.schmizz.sshj.userauth.password.PasswordUtils.class
net.schmizz.sshj.userauth.password.PrivateKeyFileResource.class
net.schmizz.sshj.userauth.password.PrivateKeyReaderResource.class
net.schmizz.sshj.userauth.password.PrivateKeyStringResource.class
net.schmizz.sshj.userauth.password.Resource.class
net.schmizz.sshj.xfer.AbstractFileTransfer.class
net.schmizz.sshj.xfer.FilePermission.class
net.schmizz.sshj.xfer.FileSystemFile.class
net.schmizz.sshj.xfer.FileTransfer.class
net.schmizz.sshj.xfer.InMemoryDestFile.class
net.schmizz.sshj.xfer.InMemorySourceFile.class
net.schmizz.sshj.xfer.LocalDestFile.class
net.schmizz.sshj.xfer.LocalFileFilter.class
net.schmizz.sshj.xfer.LocalSourceFile.class
net.schmizz.sshj.xfer.LoggingTransferListener.class
net.schmizz.sshj.xfer.TransferListener.class
net.schmizz.sshj.xfer.scp.SCPDownloadClient.class
net.schmizz.sshj.xfer.scp.SCPEngine.class
net.schmizz.sshj.xfer.scp.SCPException.class
net.schmizz.sshj.xfer.scp.SCPFileTransfer.class
net.schmizz.sshj.xfer.scp.SCPUploadClient.class

Pom

sshj-0.10.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright 2009 sshj contributors

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

-->
<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>net.schmizz</groupId>
    <artifactId>sshj</artifactId>
    <packaging>bundle</packaging>
    <version>0.10.0</version>

    <name>sshj</name>
    <description>SSHv2 library for Java</description>
    <url>http://github.com/shikhar/sshj</url>

    <inceptionYear>2009</inceptionYear>

    <issueManagement>
        <system>github</system>
        <url>http://github.com/shikhar/sshj/issues</url>
    </issueManagement>

    <scm>
        <connection>scm:git:git://github.com/shikhar/sshj.git</connection>
        <developerConnection>scm:git:git@github.com:shikhar/sshj.git</developerConnection>
        <url>http://github.com/shikhar/sshj</url>
    </scm>

    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.bouncycastle</groupId>
                <artifactId>bcprov-jdk15on</artifactId>
                <version>1.50</version>
            </dependency>
            <dependency>
                <groupId>org.bouncycastle</groupId>
                <artifactId>bcpkix-jdk15on</artifactId>
                <version>1.50</version>
            </dependency>
            <dependency>
                <groupId>com.jcraft</groupId>
                <artifactId>jzlib</artifactId>
                <version>1.1.3</version>
            </dependency>
            <dependency>
                <groupId>ch.qos.logback</groupId>
                <artifactId>logback-core</artifactId>
                <version>1.1.2</version>
            </dependency>
            <dependency>
                <groupId>ch.qos.logback</groupId>
                <artifactId>logback-classic</artifactId>
                <version>1.1.2</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.7</version>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcpkix-jdk15on</artifactId>
        </dependency>
        <dependency>
            <groupId>org.bouncycastle</groupId>
            <artifactId>bcprov-jdk15on</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.jcraft</groupId>
            <artifactId>jzlib</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.sshd</groupId>
            <artifactId>sshd-core</artifactId>
            <version>0.11.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.9.5</version>
            <scope>test</scope>
        </dependency>
    </dependencies>


    <developers>
        <developer>
            <id>shikhar</id>
            <name>Shikhar Bhushan</name>
            <email>shikhar@schmizz.net</email>
            <url>http://schmizz.net</url>
        </developer>
        <developer>
            <id>iterate</id>
            <name>David Kocher</name>
            <email>dkocher@iterate.ch</email>
            <organization>iterate GmbH</organization>
            <organizationUrl>https://iterate.ch</organizationUrl>
        </developer>
    </developers>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.1</version>
                <configuration>
                    <excludes>
                        <exclude>examples/*.java</exclude>
                    </excludes>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <version>2.2.1</version>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.9.1</version>
                <configuration>
                    <encoding>${project.build.sourceEncoding}</encoding>
                </configuration>
                <executions>
                    <execution>
                        <id>attach-javadocs</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <version>2.4.0</version>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Import-Package>
                            !net.schmizz.*,
                            javax.crypto*,
                            com.jcraft.jzlib*;version="[1.1,2)",
                            org.slf4j*;version="[1.7,5)",
                            org.bouncycastle*,
                            *
                        </Import-Package>
                        <Export-Package>net.schmizz.*</Export-Package>
                    </instructions>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>clirr-maven-plugin</artifactId>
                <version>2.6.1</version>
            </plugin>
            <plugin>
                <groupId>com.mycila</groupId>
                <artifactId>license-maven-plugin</artifactId>
                <version>2.6</version>
                <configuration>
                    <header>src/etc/license-header</header>
                    <properties>
                        <owner>sshj contributors</owner>
                        <email>sshj-users@googlegroups.com</email>
                    </properties>
                    <excludes>
                        <exclude>**/README</exclude>
                        <exclude>src/test/resources/**</exclude>
                        <exclude>src/main/resources/**</exclude>
                    </excludes>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>check</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <version>2.2.1</version>
                <configuration>
                    <descriptors>
                        <descriptor>src/assemble/examples.xml</descriptor>
                    </descriptors>
                </configuration>
                <executions>
                    <execution>
                        <id>make-assembly</id>
                        <phase>package</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>1.5</version>
                <executions>
                    <execution>
                        <id>sign-artifacts</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.2</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>ossrh</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <distributionManagement>
        <repository>
            <id>sonatype-nexus-staging</id>
            <name>Nexus Release Repository</name>
            <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
        <snapshotRepository>
            <id>sonatype-nexus-snapshots</id>
            <name>Sonatype Nexus Snapshots</name>
            <url>http://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
    </distributionManagement>

    <profiles>
        <profile>
            <id>full-deps</id>
            <dependencies>
                <dependency>
                    <groupId>org.bouncycastle</groupId>
                    <artifactId>bcprov-jdk15on</artifactId>
                </dependency>
                <dependency>
                    <groupId>com.jcraft</groupId>
                    <artifactId>jzlib</artifactId>
                </dependency>
                <dependency>
                    <groupId>ch.qos.logback</groupId>
                    <artifactId>logback-core</artifactId>
                </dependency>
                <dependency>
                    <groupId>ch.qos.logback</groupId>
                    <artifactId>logback-classic</artifactId>
                </dependency>
            </dependencies>
        </profile>
        <profile>
            <id>doclint-java8-disable</id>
            <activation>
                <jdk>[1.8,</jdk>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <configuration>
                            <additionalparam>-Xdoclint:none</additionalparam>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>
    <reporting>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>clirr-maven-plugin</artifactId>
                <version>2.6.1</version>
            </plugin>
        </plugins>
    </reporting>
</project>

POM Entry

<dependency>
   <groupId>net.schmizz</groupId>
   <artifactId>sshj</artifactId>
   <version>0.10.0</version>
</dependency>

Download

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



Download sshj-0.10.0.jar file




PreviousNext

Related