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