| License |
License |
|---|---|
| GroupId | GroupIdorg.heigit.ohsome |
| ArtifactId | ArtifactIdoshdb-tool |
| Version | Version0.6.4 |
| Type | Typepom |
| Description |
DescriptionOSHDB toolkit
This is a toolkit that holds plug-in-like executable tools and their background. They are not directly a cornerstone of the core but hold some interesting tools you might want to check out!
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| oshdb-tool-0.6.4.pom | 881 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.heigit.ohsome/oshdb-tool/ -->
<dependency>
<groupId>org.heigit.ohsome</groupId>
<artifactId>oshdb-tool</artifactId>
<version>0.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.heigit.ohsome/oshdb-tool/
implementation 'org.heigit.ohsome:oshdb-tool:0.6.4'
// https://jarcasting.com/artifacts/org.heigit.ohsome/oshdb-tool/
implementation ("org.heigit.ohsome:oshdb-tool:0.6.4")
'org.heigit.ohsome:oshdb-tool:pom:0.6.4'
<dependency org="org.heigit.ohsome" name="oshdb-tool" rev="0.6.4">
<artifact name="oshdb-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.heigit.ohsome', module='oshdb-tool', version='0.6.4')
)
libraryDependencies += "org.heigit.ohsome" % "oshdb-tool" % "0.6.4"
[org.heigit.ohsome/oshdb-tool "0.6.4"]