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