MVN

com.nhl.dflib : dflib-test

Maven & Gradle

Jul 16, 2022
2 usages
60 stars

dflib-test: Unit test API for DFLib

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

Latest Version

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

  • Latest Stable: 0.13

All Versions

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

Version Vulnerabilities Updated
0.13
dflib-test-0.13
0.12
dflib-test-0.12
0.11
dflib-test-0.11
0.10
dflib-test-0.10
0.9
dflib-test-0.9
0.8
dflib-test-0.8
0.7
dflib-test-0.7
0.6
dflib-test-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nhl.dflib</groupId>
    <artifactId>dflib-test</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.nhl.dflib:dflib-test:0.13'

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

implementation("com.nhl.dflib:dflib-test:0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.nhl.dflib" % "dflib-test" % "0.13"

Advertisement