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