t

tools

Tools to sync Wikibase to RDF stores. Also contains overall integration tests that rely on everything else.
The Apache Software License, Version 2.0
Files download
File Operation
tools-0.3.2.jar download
tools-0.3.2.pom download
tools-0.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wikidata.query.rdf</groupId>
  <artifactId>tools</artifactId>
  <version>0.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.wikidata.query.rdf:tools:0.3.2'
Gradle Kotlin
implementation("org.wikidata.query.rdf:tools:0.3.2")
Scala SBT
libraryDependencies += "org.wikidata.query.rdf" % "tools" % "0.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.wikidata.query.rdf', module='tools', version='0.3.2')
)
Apache Ivy
<dependency org="org.wikidata.query.rdf" name="tools" rev="0.3.2" />
Leiningen
[org.wikidata.query.rdf/tools "0.3.2"]
Apache Buildr
'org.wikidata.query.rdf:tools:jar:0.3.2'
Dependencies
<parent>
  <groupId>org.wikidata.query.rdf</groupId>
  <artifactId>parent</artifactId>
  <version>0.3.2</version>
</parent>

compile

|-- ch.qos.logback:logback-classic

|-- ch.qos.logback:logback-core

|-- com.fasterxml.jackson.core:jackson-annotations

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310

|-- com.github.rholder:guava-retrying

|-- com.github.spotbugs:spotbugs-annotations

|-- com.google.guava:guava

|-- com.lexicalscope.jewelcli:jewelcli

|-- com.nanohttpd:nanohttpd

|-- de.thetaphi:forbiddenapis

|-- io.dropwizard.metrics:metrics-core

|-- io.dropwizard.metrics:metrics-httpclient

|-- io.dropwizard.metrics:metrics-jmx

|-- org.apache.commons:commons-compress

|-- org.apache.commons:commons-lang3

|-- org.apache.httpcomponents:httpclient

|-- org.apache.httpcomponents:httpcore

|-- org.apache.kafka:kafka-clients

|-- org.eclipse.jetty:jetty-client

|-- org.eclipse.jetty:jetty-http

|-- org.eclipse.jetty:jetty-util

|-- org.openrdf.sesame:sesame-model

|-- org.openrdf.sesame:sesame-query

|-- org.openrdf.sesame:sesame-queryresultio-api

|-- org.openrdf.sesame:sesame-queryresultio-binary

|-- org.openrdf.sesame:sesame-rio-api

|-- org.openrdf.sesame:sesame-rio-turtle

|-- org.slf4j:slf4j-api

|-- org.wikidata.query.rdf:common

runtime

|-- net.logstash.logback:logstash-logback-encoder

|-- org.slf4j:jcl-over-slf4j

test

|-- com.github.charithe:kafka-junit

|-- com.github.tomakehurst:wiremock

|-- org.assertj:assertj-core

|-- org.eclipse.jetty:jetty-servlets

|-- org.hamcrest:hamcrest-core

|-- org.hamcrest:hamcrest-library

|-- org.mockito:mockito-core

|-- org.wikidata.query.rdf:testTools