MVN

org.wikidata.query.rdf : tools

Maven & Gradle

Aug 24, 2019

Wikidata Query RDF Tools · Tools to sync Wikibase to RDF stores. Also contains overall integration tests that rely on everything else.

<dependency>
    <groupId>org.wikidata.query.rdf</groupId>
    <artifactId>tools</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wikidata.query.rdf : tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.2

All Versions

Choose a version of org.wikidata.query.rdf : tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
tools-0.3.2
tools-0.3.1
tools-0.3.0
0.2.x
tools-0.2.5
tools-0.2.4
tools-0.2.3
tools-0.2.2
tools-0.2.1
tools-0.2.0
0.1.x
tools-0.1.3
tools-0.1.2
tools-0.1.0
0.0.x
tools-0.0.2
tools-0.0.1

How to add a dependency to Maven

Add the following org.wikidata.query.rdf : tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wikidata.query.rdf</groupId>
    <artifactId>tools</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wikidata.query.rdf : tools gradle dependency to your build.gradle file:

implementation 'org.wikidata.query.rdf:tools:0.3.2'

Gradle Kotlin DSL: Add the following org.wikidata.query.rdf : tools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wikidata.query.rdf:tools:0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wikidata.query.rdf : tools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wikidata.query.rdf" % "tools" % "0.3.2"

Advertisement