не последняя версия
Последняя версия 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

Группа

Группа

com.spotify.crunch
Идентификатор

Идентификатор

crunch-lib
Версия

Версия

0.0.2
Тип

Тип

jar

Скачать 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"]