| License |
License |
|---|---|
| Categories |
CategoriesAWS Container PaaS Providers |
| GroupId | GroupIdcom.github.vatbub |
| ArtifactId | ArtifactIdawsEc2InstanceRebooter |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAWS EC2 Instance Rebooter
Simple tool to remotely reboot AWS EC2 instances
|
| Project Organization |
Project OrganizationFrederik Kammel |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/awsEc2InstanceRebooter/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>awsEc2InstanceRebooter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/awsEc2InstanceRebooter/
implementation 'com.github.vatbub:awsEc2InstanceRebooter:1.0'
// https://jarcasting.com/artifacts/com.github.vatbub/awsEc2InstanceRebooter/
implementation ("com.github.vatbub:awsEc2InstanceRebooter:1.0")
'com.github.vatbub:awsEc2InstanceRebooter:jar:1.0'
<dependency org="com.github.vatbub" name="awsEc2InstanceRebooter" rev="1.0">
<artifact name="awsEc2InstanceRebooter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='awsEc2InstanceRebooter', version='1.0')
)
libraryDependencies += "com.github.vatbub" % "awsEc2InstanceRebooter" % "1.0"
[com.github.vatbub/awsEc2InstanceRebooter "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.amazonaws : aws-java-sdk-ec2 | jar | 1.11.168 |
| com.github.vatbub : common.core | jar | 0.1.1 |
| commons-cli : commons-cli | jar | 1.4 |
| org.jetbrains : annotations | jar | 15.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |