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