MVN

com.github.timgent : data-flare_2.12

Maven & Gradle

May 02, 2021
21 stars

data-flare · data-flare

<dependency>
    <groupId>com.github.timgent</groupId>
    <artifactId>data-flare_2.12</artifactId>
    <version>2.4.5_0.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.timgent : data-flare_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.5_0.1.14

All Versions

Choose a version of com.github.timgent : data-flare_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
data-flare_2.12-2.4.5_0.1.14
data-flare_2.12-2.4.4_0.1.14
data-flare_2.12-2.4.3_0.1.14
data-flare_2.12-2.4.2_0.1.14
data-flare_2.12-2.4.1_0.1.14
data-flare_2.12-2.4.0_0.1.14
data-flare_2.12-2.4.5_0.1.13
data-flare_2.12-2.4.4_0.1.13
data-flare_2.12-2.4.3_0.1.13
data-flare_2.12-2.4.2_0.1.13
data-flare_2.12-2.4.1_0.1.13
data-flare_2.12-2.4.0_0.1.13
data-flare_2.12-2.4.5_0.1.12
data-flare_2.12-2.4.4_0.1.12
data-flare_2.12-2.4.3_0.1.12
data-flare_2.12-2.4.2_0.1.12
data-flare_2.12-2.4.1_0.1.12
data-flare_2.12-2.4.0_0.1.12
data-flare_2.12-2.4.5_0.1.11
data-flare_2.12-2.4.4_0.1.11
data-flare_2.12-2.4.3_0.1.11
data-flare_2.12-2.4.2_0.1.11
data-flare_2.12-2.4.1_0.1.11
data-flare_2.12-2.4.0_0.1.11
data-flare_2.12-2.4.5_0.1.10
data-flare_2.12-2.4.4_0.1.10
data-flare_2.12-2.4.3_0.1.10
data-flare_2.12-2.4.2_0.1.10
data-flare_2.12-2.4.1_0.1.10
data-flare_2.12-2.4.0_0.1.10

How to add a dependency to Maven

Add the following com.github.timgent : data-flare_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.timgent</groupId>
    <artifactId>data-flare_2.12</artifactId>
    <version>2.4.5_0.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.timgent : data-flare_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.timgent:data-flare_2.12:2.4.5_0.1.14'

Gradle Kotlin DSL: Add the following com.github.timgent : data-flare_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.timgent:data-flare_2.12:2.4.5_0.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.timgent : data-flare_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.timgent" % "data-flare_2.12" % "2.4.5_0.1.14"