MVN

com.4paradigm.hybridsql : sparkfe

Maven & Gradle

Apr 28, 2021

sparkfe · The LLVM-based and high-performance Spark native execution engine which is designed for feature engineering.

<dependency>
    <groupId>com.4paradigm.hybridsql</groupId>
    <artifactId>sparkfe</artifactId>
    <version>0.1.1-SNAPSHOT-macos</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.4paradigm.hybridsql : sparkfe to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1-SNAPSHOT-macos

All Versions

Choose a version of com.4paradigm.hybridsql : sparkfe to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
sparkfe-0.1.1-SNAPSHOT-macos

How to add a dependency to Maven

Add the following com.4paradigm.hybridsql : sparkfe maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.4paradigm.hybridsql</groupId>
    <artifactId>sparkfe</artifactId>
    <version>0.1.1-SNAPSHOT-macos</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.4paradigm.hybridsql : sparkfe gradle dependency to your build.gradle file:

implementation 'com.4paradigm.hybridsql:sparkfe:0.1.1-SNAPSHOT-macos'

Gradle Kotlin DSL: Add the following com.4paradigm.hybridsql : sparkfe gradle kotlin dependency to your build.gradle.kts file:

implementation("com.4paradigm.hybridsql:sparkfe:0.1.1-SNAPSHOT-macos")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.4paradigm.hybridsql : sparkfe sbt scala dependency to your build.sbt file:

libraryDependencies += "com.4paradigm.hybridsql" % "sparkfe" % "0.1.1-SNAPSHOT-macos"