MVN

org.aksw.rdfunit : rdfunit-w3c-dqv

Maven & Gradle

Nov 27, 2018
1 usages
129 stars

RDFUnit - W3c DQV

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

Latest Version

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

  • Latest Stable: 0.8.21

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.aksw.rdfunit:rdfunit-w3c-dqv:0.8.21'

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

implementation("org.aksw.rdfunit:rdfunit-w3c-dqv:0.8.21")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.aksw.rdfunit" % "rdfunit-w3c-dqv" % "0.8.21"

Advertisement