c

cascading_ext

a collection of tools built on top of the Cascading platform which make it easy to build, debug, and run simple and high-performance data workflows.
https://liveramp.com
Apache 2
LiveRamp Engineering
Files download
File Operation
cascading_ext-1.7.jar download
cascading_ext-1.7.pom download
cascading_ext-1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.liveramp</groupId>
  <artifactId>cascading_ext</artifactId>
  <version>1.7</version>
</dependency>
Gradle Groovy
implementation 'com.liveramp:cascading_ext:1.7'
Gradle Kotlin
implementation("com.liveramp:cascading_ext:1.7")
Scala SBT
libraryDependencies += "com.liveramp" % "cascading_ext" % "1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.liveramp', module='cascading_ext', version='1.7')
)
Apache Ivy
<dependency org="com.liveramp" name="cascading_ext" rev="1.7" />
Leiningen
[com.liveramp/cascading_ext "1.7"]
Apache Buildr
'com.liveramp:cascading_ext:jar:1.7'