MVN

bio.ferlab : datalake-core_2.12

Maven & Gradle

May 13, 2021
1 usages
6 stars

datalake-core · Library built on top of Apache Spark to speed-up data lakes development..

<dependency>
    <groupId>bio.ferlab</groupId>
    <artifactId>datalake-core_2.12</artifactId>
    <version>0.0.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of bio.ferlab : datalake-core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.25

All Versions

Choose a version of bio.ferlab : datalake-core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
datalake-core_2.12-0.0.25
datalake-core_2.12-0.0.20
datalake-core_2.12-0.0.15
datalake-core_2.12-0.0.10
datalake-core_2.12-0.0.9
datalake-core_2.12-0.0.8
datalake-core_2.12-0.0.7
datalake-core_2.12-0.0.5
datalake-core_2.12-0.0.4
datalake-core_2.12-0.0.3
datalake-core_2.12-0.0.2
datalake-core_2.12-0.0.1

How to add a dependency to Maven

Add the following bio.ferlab : datalake-core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>bio.ferlab</groupId>
    <artifactId>datalake-core_2.12</artifactId>
    <version>0.0.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following bio.ferlab : datalake-core_2.12 gradle dependency to your build.gradle file:

implementation 'bio.ferlab:datalake-core_2.12:0.0.25'

Gradle Kotlin DSL: Add the following bio.ferlab : datalake-core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("bio.ferlab:datalake-core_2.12:0.0.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following bio.ferlab : datalake-core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "bio.ferlab" % "datalake-core_2.12" % "0.0.25"

Advertisement