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