s

sshd-cloud-agent-aws

AWS Implementation
Files download
File Operation
sshd-cloud-agent-aws-1.0.2.jar download
sshd-cloud-agent-aws-1.0.2.pom download
sshd-cloud-agent-aws-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.antonzhdanov</groupId>
  <artifactId>sshd-cloud-agent-aws</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.antonzhdanov:sshd-cloud-agent-aws:1.0.2'
Gradle Kotlin
implementation("com.antonzhdanov:sshd-cloud-agent-aws:1.0.2")
Scala SBT
libraryDependencies += "com.antonzhdanov" % "sshd-cloud-agent-aws" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.antonzhdanov', module='sshd-cloud-agent-aws', version='1.0.2')
)
Apache Ivy
<dependency org="com.antonzhdanov" name="sshd-cloud-agent-aws" rev="1.0.2" />
Leiningen
[com.antonzhdanov/sshd-cloud-agent-aws "1.0.2"]
Apache Buildr
'com.antonzhdanov:sshd-cloud-agent-aws:jar:1.0.2'