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