is not current version
Last Version 1.0.0

org.apache.crunch:crunch-examples 0.10.0


GroupId

GroupId

org.apache.crunch
ArtifactId

ArtifactId

crunch-examples
Version

Version

0.10.0
Type

Type

jar

Download crunch-examples 0.10.0


<!-- https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/ -->
<dependency>
    <groupId>org.apache.crunch</groupId>
    <artifactId>crunch-examples</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/
implementation 'org.apache.crunch:crunch-examples:0.10.0'
// https://jarcasting.com/artifacts/org.apache.crunch/crunch-examples/
implementation ("org.apache.crunch:crunch-examples:0.10.0")
'org.apache.crunch:crunch-examples:jar:0.10.0'
<dependency org="org.apache.crunch" name="crunch-examples" rev="0.10.0">
  <artifact name="crunch-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.crunch', module='crunch-examples', version='0.10.0')
)
libraryDependencies += "org.apache.crunch" % "crunch-examples" % "0.10.0"
[org.apache.crunch/crunch-examples "0.10.0"]