Oracle implementation added
SSHD Cloud Agent - AWS Implementation
<dependency>
<groupId>com.antonzhdanov</groupId>
<artifactId>sshd-cloud-agent-aws</artifactId>
<version>1.0.2</version>
</dependency>SSHD Cloud Agent - Azure Implementation
<dependency>
<groupId>com.antonzhdanov</groupId>
<artifactId>sshd-cloud-agent-azure</artifactId>
<version>1.0.2</version>
</dependency>SSHD Cloud Agent - Google Implementation
<dependency>
<groupId>com.antonzhdanov</groupId>
<artifactId>sshd-cloud-agent-google</artifactId>
<version>1.0.2</version>
</dependency>SSHD Cloud Agent - Oracle Implementation
<dependency>
<groupId>com.antonzhdanov</groupId>
<artifactId>sshd-cloud-agent-oracle</artifactId>
<version>1.0.2</version>
</dependency>