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