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