License |
License |
---|---|
Categories |
CategoriesMapsforge Business Logic Libraries Geospatial |
GroupId | GroupIdorg.mapsforge |
ArtifactId | ArtifactIdmapsforge-core |
Last Version | Last Version0.18.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMapsforge
Vector map library and writer - running on Android and Desktop.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mapsforge-core-0.18.0.pom | |
mapsforge-core-0.18.0.jar | 58 KB |
mapsforge-core-0.18.0-sources.jar | 59 KB |
mapsforge-core-0.18.0-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapsforge/mapsforge-core/ -->
<dependency>
<groupId>org.mapsforge</groupId>
<artifactId>mapsforge-core</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapsforge/mapsforge-core/
implementation 'org.mapsforge:mapsforge-core:0.18.0'
// https://jarcasting.com/artifacts/org.mapsforge/mapsforge-core/
implementation ("org.mapsforge:mapsforge-core:0.18.0")
'org.mapsforge:mapsforge-core:jar:0.18.0'
<dependency org="org.mapsforge" name="mapsforge-core" rev="0.18.0">
<artifact name="mapsforge-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapsforge', module='mapsforge-core', version='0.18.0')
)
libraryDependencies += "org.mapsforge" % "mapsforge-core" % "0.18.0"
[org.mapsforge/mapsforge-core "0.18.0"]