w

wdtk-storage

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