OpenSSH parsers for Java

Support for reading OpenSSH RSA keys on the JVM..

License

License

GroupId

GroupId

com.github.fommil
ArtifactId

ArtifactId

openssh
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

OpenSSH parsers for Java
Support for reading OpenSSH RSA keys on the JVM..

Download openssh

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fommil/openssh/ -->
<dependency>
    <groupId>com.github.fommil</groupId>
    <artifactId>openssh</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fommil/openssh/
implementation 'com.github.fommil:openssh:1.0'
// https://jarcasting.com/artifacts/com.github.fommil/openssh/
implementation ("com.github.fommil:openssh:1.0")
'com.github.fommil:openssh:jar:1.0'
<dependency org="com.github.fommil" name="openssh" rev="1.0">
  <artifact name="openssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fommil', module='openssh', version='1.0')
)
libraryDependencies += "com.github.fommil" % "openssh" % "1.0"
[com.github.fommil/openssh "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.9
com.google.guava : guava jar 16.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.12.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0