is not current version
Last Version 0.3.2

org.wikidata.query.rdf:tools 0.3.1

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

Categories

Categories

Data
GroupId

GroupId

org.wikidata.query.rdf
ArtifactId

ArtifactId

tools
Version

Version

0.3.1
Type

Type

jar

Download tools 0.3.1


<!-- https://jarcasting.com/artifacts/org.wikidata.query.rdf/tools/ -->
<dependency>
    <groupId>org.wikidata.query.rdf</groupId>
    <artifactId>tools</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wikidata.query.rdf/tools/
implementation 'org.wikidata.query.rdf:tools:0.3.1'
// https://jarcasting.com/artifacts/org.wikidata.query.rdf/tools/
implementation ("org.wikidata.query.rdf:tools:0.3.1")
'org.wikidata.query.rdf:tools:jar:0.3.1'
<dependency org="org.wikidata.query.rdf" name="tools" rev="0.3.1">
  <artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wikidata.query.rdf', module='tools', version='0.3.1')
)
libraryDependencies += "org.wikidata.query.rdf" % "tools" % "0.3.1"
[org.wikidata.query.rdf/tools "0.3.1"]