Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.cognitect.aws |
ArtifactId | ArtifactIdec2 |
Version | Version698.2.395.0 |
Type | Typejar |
Filename | Size |
---|---|
ec2-698.2.395.0.pom | |
ec2-698.2.395.0.jar | 177 KB |
ec2-698.2.395.0-sources.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect.aws/ec2/ -->
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>ec2</artifactId>
<version>698.2.395.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect.aws/ec2/
implementation 'com.cognitect.aws:ec2:698.2.395.0'
// https://jarcasting.com/artifacts/com.cognitect.aws/ec2/
implementation ("com.cognitect.aws:ec2:698.2.395.0")
'com.cognitect.aws:ec2:jar:698.2.395.0'
<dependency org="com.cognitect.aws" name="ec2" rev="698.2.395.0">
<artifact name="ec2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect.aws', module='ec2', version='698.2.395.0')
)
libraryDependencies += "com.cognitect.aws" % "ec2" % "698.2.395.0"
[com.cognitect.aws/ec2 "698.2.395.0"]