MVN

com.nhl.dflib : dflib-json

Maven & Gradle

Jan 05, 2023
1 usages
60 stars

dflib-json: read/write DataFrames from/to JSON

<dependency>
    <groupId>com.nhl.dflib</groupId>
    <artifactId>dflib-json</artifactId>
    <version>0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nhl.dflib : dflib-json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17

All Versions

Choose a version of com.nhl.dflib : dflib-json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17
dflib-json-0.17
0.16
dflib-json-0.16
0.15
dflib-json-0.15
0.14
dflib-json-0.14
0.13
dflib-json-0.13
0.12
dflib-json-0.12
0.11
dflib-json-0.11
0.10
dflib-json-0.10
0.9
dflib-json-0.9
0.8
dflib-json-0.8

How to add a dependency to Maven

Add the following com.nhl.dflib : dflib-json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nhl.dflib</groupId>
    <artifactId>dflib-json</artifactId>
    <version>0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nhl.dflib : dflib-json gradle dependency to your build.gradle file:

implementation 'com.nhl.dflib:dflib-json:0.17'

Gradle Kotlin DSL: Add the following com.nhl.dflib : dflib-json gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nhl.dflib:dflib-json:0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nhl.dflib : dflib-json sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nhl.dflib" % "dflib-json" % "0.17"

Advertisement

Dependencies from Group

Jan 05, 2023
11 usages
60 stars
Jan 05, 2023
6 usages
60 stars
Jan 05, 2023
3 usages
60 stars
Jan 05, 2023
3 usages
60 stars
Jul 16, 2022
2 usages
60 stars

Discover Dependencies