GroupId | GroupIdorg.apache.crunch |
---|---|
ArtifactId | ArtifactIdcrunch-examples |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
crunch-examples-0.9.0.pom | |
crunch-examples-0.9.0.jar | 282 KB |
crunch-examples-0.9.0-sources.jar | 268 KB |
crunch-examples-0.9.0-job.jar | 50 MB |
crunch-examples-0.9.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/ -->
<dependency>
<groupId>org.apache.crunch</groupId>
<artifactId>crunch-examples</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/
implementation 'org.apache.crunch:crunch-examples:0.9.0'
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/
implementation ("org.apache.crunch:crunch-examples:0.9.0")
'org.apache.crunch:crunch-examples:jar:0.9.0'
<dependency org="org.apache.crunch" name="crunch-examples" rev="0.9.0">
<artifact name="crunch-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.crunch', module='crunch-examples', version='0.9.0')
)
libraryDependencies += "org.apache.crunch" % "crunch-examples" % "0.9.0"
[org.apache.crunch/crunch-examples "0.9.0"]