is not current version
Last Version 1.2

org.jvnet.ec2-sshd:ec2-sshd 1.0

SSH daemon implementation for EC2 Windows instances

Categories

Categories

Net
GroupId

GroupId

org.jvnet.ec2-sshd
ArtifactId

ArtifactId

ec2-sshd
Version

Version

1.0
Type

Type

jar

Download ec2-sshd 1.0


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