Categories |
CategoriesNet KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdnet.adamcin.sshkey |
ArtifactId | ArtifactIdsshkey-jsch |
Last Version | Last Version0.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsshkey-jsch
Library providing a Jsch-based implementation of the SSHKey API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sshkey-jsch-0.6.0.pom | |
sshkey-jsch-0.6.0.jar | 5 KB |
sshkey-jsch-0.6.0-sources.jar | 2 KB |
sshkey-jsch-0.6.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey-jsch/ -->
<dependency>
<groupId>net.adamcin.sshkey</groupId>
<artifactId>sshkey-jsch</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey-jsch/
implementation 'net.adamcin.sshkey:sshkey-jsch:0.6.0'
// https://jarcasting.com/artifacts/net.adamcin.sshkey/sshkey-jsch/
implementation ("net.adamcin.sshkey:sshkey-jsch:0.6.0")
'net.adamcin.sshkey:sshkey-jsch:jar:0.6.0'
<dependency org="net.adamcin.sshkey" name="sshkey-jsch" rev="0.6.0">
<artifact name="sshkey-jsch" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.adamcin.sshkey', module='sshkey-jsch', version='0.6.0')
)
libraryDependencies += "net.adamcin.sshkey" % "sshkey-jsch" % "0.6.0"
[net.adamcin.sshkey/sshkey-jsch "0.6.0"]
Group / Artifact | Type | Version |
---|---|---|
net.adamcin.sshkey : sshkey-api | jar | 0.6.0 |
net.adamcin.sshkey : sshkey-jce | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.50 |
org.slf4j : slf4j-api | jar | 1.6.1 |
biz.aQute.bnd : bndlib | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
net.adamcin.sshkey : sshkey-test-common | jar | 0.6.0 |
org.slf4j : slf4j-simple | jar | 1.6.1 |
net.adamcin.commons : net.adamcin.commons.testing | jar | 0.8.0 |
commons-io : commons-io | jar | 1.4 |