MVN

org.aksw.rdfunit : rdfunit-io

Maven & Gradle

Nov 27, 2018
5 usages
129 stars

RDFUnit - IO

<dependency>
    <groupId>org.aksw.rdfunit</groupId>
    <artifactId>rdfunit-io</artifactId>
    <version>0.8.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aksw.rdfunit : rdfunit-io to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.21

All Versions

Choose a version of org.aksw.rdfunit : rdfunit-io to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
rdfunit-io-0.8.21
rdfunit-io-0.8.20
rdfunit-io-0.8.19
rdfunit-io-0.8.16
rdfunit-io-0.8.15
rdfunit-io-0.8.14
rdfunit-io-0.8.10
rdfunit-io-0.8.9
rdfunit-io-0.8.8
rdfunit-io-0.8.7
rdfunit-io-0.8.6
rdfunit-io-0.8.5
rdfunit-io-0.8.4
rdfunit-io-0.8.1
0.8
rdfunit-io-0.8

How to add a dependency to Maven

Add the following org.aksw.rdfunit : rdfunit-io maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.aksw.rdfunit</groupId>
    <artifactId>rdfunit-io</artifactId>
    <version>0.8.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aksw.rdfunit : rdfunit-io gradle dependency to your build.gradle file:

implementation 'org.aksw.rdfunit:rdfunit-io:0.8.21'

Gradle Kotlin DSL: Add the following org.aksw.rdfunit : rdfunit-io gradle kotlin dependency to your build.gradle.kts file:

implementation("org.aksw.rdfunit:rdfunit-io:0.8.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aksw.rdfunit : rdfunit-io sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aksw.rdfunit" % "rdfunit-io" % "0.8.21"

Advertisement