w

wdtk-storage

WDTK support for managing large collections of Wikibase data
Files download
File Operation
wdtk-storage-0.4.0.jar download
wdtk-storage-0.4.0.pom download
wdtk-storage-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wikidata.wdtk</groupId>
  <artifactId>wdtk-storage</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.wikidata.wdtk:wdtk-storage:0.4.0'
Gradle Kotlin
implementation("org.wikidata.wdtk:wdtk-storage:0.4.0")
Scala SBT
libraryDependencies += "org.wikidata.wdtk" % "wdtk-storage" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wikidata.wdtk', module='wdtk-storage', version='0.4.0')
)
Apache Ivy
<dependency org="org.wikidata.wdtk" name="wdtk-storage" rev="0.4.0" />
Leiningen
[org.wikidata.wdtk/wdtk-storage "0.4.0"]
Apache Buildr
'org.wikidata.wdtk:wdtk-storage:jar:0.4.0'