Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.ec2-sshd |
ArtifactId | ArtifactIdec2-sshd |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
ec2-sshd-1.1.pom | |
ec2-sshd-1.1.jar | 10 KB |
ec2-sshd-1.1-sources.jar | 5 KB |
ec2-sshd-1.1-javadoc.jar | 21 KB |
ec2-sshd-1.1-bin.zip | 2 MB |
Browse |
<!-- 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"]