MVN

be.ugent.idlab.knows : dataio

Maven & Gradle

Oct 31, 2023
2 stars

dataio · DataIO allows iterating over different kinds of data sources.

<dependency>
    <groupId>be.ugent.idlab.knows</groupId>
    <artifactId>dataio</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.ugent.idlab.knows : dataio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of be.ugent.idlab.knows : dataio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dataio-1.0.4
dataio-1.0.3

How to add a dependency to Maven

Add the following be.ugent.idlab.knows : dataio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.ugent.idlab.knows</groupId>
    <artifactId>dataio</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.ugent.idlab.knows : dataio gradle dependency to your build.gradle file:

implementation 'be.ugent.idlab.knows:dataio:1.0.4'

Gradle Kotlin DSL: Add the following be.ugent.idlab.knows : dataio gradle kotlin dependency to your build.gradle.kts file:

implementation("be.ugent.idlab.knows:dataio:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.ugent.idlab.knows : dataio sbt scala dependency to your build.sbt file:

libraryDependencies += "be.ugent.idlab.knows" % "dataio" % "1.0.4"