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