| License |
License |
|---|---|
| GroupId | GroupIdcom.github.fommil |
| ArtifactId | ArtifactIdopenssh |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenSSH parsers for Java
Support for reading OpenSSH RSA keys on the JVM..
|
| Filename | Size |
|---|---|
| openssh-1.0.pom | |
| openssh-1.0.jar | 5 KB |
| openssh-1.0-sources.jar | 2 KB |
| openssh-1.0-javadoc.jar | 36 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-codec : commons-codec | jar | 1.9 |
| com.google.guava : guava | jar | 16.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.12.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |