MVN

com.github.deprosun : dataflattener_2.11

Maven & Gradle

Sep 03, 2020
1 stars

DataFlattener · DataFlattener

<dependency>
    <groupId>com.github.deprosun</groupId>
    <artifactId>dataflattener_2.11</artifactId>
    <version>11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.deprosun : dataflattener_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.0

All Versions

Choose a version of com.github.deprosun : dataflattener_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.0
dataflattener_2.11-11.0
10.0
dataflattener_2.11-10.0
9.0
dataflattener_2.11-9.0
8.0
dataflattener_2.11-8.0
7.0
dataflattener_2.11-7.0
6.0
dataflattener_2.11-6.0
5.0
dataflattener_2.11-5.0
4.4
dataflattener_2.11-4.4
4.3
dataflattener_2.11-4.3
4.2
dataflattener_2.11-4.2
4.1
dataflattener_2.11-4.1
3.0
dataflattener_2.11-3.0
2.0
dataflattener_2.11-2.0
1.0
dataflattener_2.11-1.0
0.6
dataflattener_2.11-0.6
0.5
dataflattener_2.11-0.5
0.4
dataflattener_2.11-0.4
0.3
dataflattener_2.11-0.3
0.2
dataflattener_2.11-0.2
0.1
dataflattener_2.11-0.1

How to add a dependency to Maven

Add the following com.github.deprosun : dataflattener_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.deprosun</groupId>
    <artifactId>dataflattener_2.11</artifactId>
    <version>11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.deprosun : dataflattener_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.deprosun:dataflattener_2.11:11.0'

Gradle Kotlin DSL: Add the following com.github.deprosun : dataflattener_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.deprosun:dataflattener_2.11:11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.deprosun : dataflattener_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.deprosun" % "dataflattener_2.11" % "11.0"