is not current version
Last Version 1.2

org.jvnet.ec2-sshd:ec2-sshd 1.1

SSH daemon implementation for EC2 Windows instances

Categories

Categories

Net
GroupId

GroupId

org.jvnet.ec2-sshd
ArtifactId

ArtifactId

ec2-sshd
Version

Version

1.1
Type

Type

jar

Download ec2-sshd 1.1


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