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