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