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