| GroupId | GroupIdcom.cognitect |
|---|---|
| ArtifactId | ArtifactIds3-creds |
| Version | Version0.1.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| s3-creds-0.1.22.pom | |
| s3-creds-0.1.22.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cognitect/s3-creds/ -->
<dependency>
<groupId>com.cognitect</groupId>
<artifactId>s3-creds</artifactId>
<version>0.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognitect/s3-creds/
implementation 'com.cognitect:s3-creds:0.1.22'
// https://jarcasting.com/artifacts/com.cognitect/s3-creds/
implementation ("com.cognitect:s3-creds:0.1.22")
'com.cognitect:s3-creds:jar:0.1.22'
<dependency org="com.cognitect" name="s3-creds" rev="0.1.22">
<artifact name="s3-creds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognitect', module='s3-creds', version='0.1.22')
)
libraryDependencies += "com.cognitect" % "s3-creds" % "0.1.22"
[com.cognitect/s3-creds "0.1.22"]