w

waimak-parent_2.11

Waimak is an open-source framework that makes it easier to create complex data flows in Apache Spark. Copyright 2018 Cox Automotive UK Limited; Licensed under the Apache License, Version 2.0.
https://github.com/CoxAutomotiveDataSolutions/waimak
Apache License, Version 2.0
Alexei Perelighin Vicky Avison Alex Bush
文件下载
文件名 操作
waimak-parent_2.11-2.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.coxautodata</groupId>
  <artifactId>waimak-parent_2.11</artifactId>
  <version>2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.coxautodata:waimak-parent_2.11:2.5'
Gradle Kotlin
implementation("com.coxautodata:waimak-parent_2.11:2.5")
Scala SBT
libraryDependencies += "com.coxautodata" % "waimak-parent_2.11" % "2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.coxautodata', module='waimak-parent_2.11', version='2.5')
)
Apache Ivy
<dependency org="com.coxautodata" name="waimak-parent_2.11" rev="2.5" />
Leiningen
[com.coxautodata/waimak-parent_2.11 "2.5"]
Apache Buildr
'com.coxautodata:waimak-parent_2.11:jar:2.5'