is not current version
Last Version 0.0.5

com.spotify.crunch:crunch-lib 0.0.2

Useful reusable high-level components for common use-cases in processing data with Apache Crunch

GroupId

GroupId

com.spotify.crunch
ArtifactId

ArtifactId

crunch-lib
Version

Version

0.0.2
Type

Type

jar

Download crunch-lib 0.0.2


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