| License |
License |
|---|---|
| GroupId | GroupIdorg.kohsuke |
| ArtifactId | ArtifactIdec2-sshd |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSSHD for EC2 Windows
SSH daemon implementation for EC2 Windows instances
|
| Filename | Size |
|---|---|
| ec2-sshd-1.3.pom | |
| ec2-sshd-1.3.jar | 12 KB |
| ec2-sshd-1.3-sources.jar | 6 KB |
| ec2-sshd-1.3-javadoc.jar | 34 KB |
| ec2-sshd-1.3-bin.zip | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke/ec2-sshd/ -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>ec2-sshd</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/ec2-sshd/
implementation 'org.kohsuke:ec2-sshd:1.3'
// https://jarcasting.com/artifacts/org.kohsuke/ec2-sshd/
implementation ("org.kohsuke:ec2-sshd:1.3")
'org.kohsuke:ec2-sshd:jar:1.3'
<dependency org="org.kohsuke" name="ec2-sshd" rev="1.3">
<artifact name="ec2-sshd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='ec2-sshd', version='1.3')
)
libraryDependencies += "org.kohsuke" % "ec2-sshd" % "1.3"
[org.kohsuke/ec2-sshd "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.sshd : sshd-core | jar | 0.14.0 |
| com.jcraft : jzlib | jar | 1.0.7 |
| bouncycastle : bcprov-jdk15 | jar | 140 |
| commons-io : commons-io | jar | 1.4 |
| org.slf4j : slf4j-jdk14 | jar | 1.5.3 |
| args4j : args4j | jar | 2.0.26 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jvnet.hudson : trilead-ssh2 | jar | build212-hudson-2 |