Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.wikidata.wdtk |
ArtifactId | ArtifactIdwdtk-storage |
Version | Version0.11.1 |
Type | Typejar |
Filename | Size |
---|---|
wdtk-storage-0.11.1.pom | |
wdtk-storage-0.11.1.jar | 16 KB |
wdtk-storage-0.11.1-sources.jar | 19 KB |
wdtk-storage-0.11.1-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wikidata.wdtk/wdtk-storage/ -->
<dependency>
<groupId>org.wikidata.wdtk</groupId>
<artifactId>wdtk-storage</artifactId>
<version>0.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wikidata.wdtk/wdtk-storage/
implementation 'org.wikidata.wdtk:wdtk-storage:0.11.1'
// https://jarcasting.com/artifacts/org.wikidata.wdtk/wdtk-storage/
implementation ("org.wikidata.wdtk:wdtk-storage:0.11.1")
'org.wikidata.wdtk:wdtk-storage:jar:0.11.1'
<dependency org="org.wikidata.wdtk" name="wdtk-storage" rev="0.11.1">
<artifact name="wdtk-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wikidata.wdtk', module='wdtk-storage', version='0.11.1')
)
libraryDependencies += "org.wikidata.wdtk" % "wdtk-storage" % "0.11.1"
[org.wikidata.wdtk/wdtk-storage "0.11.1"]