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