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