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