Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.39 KB

Integration.md

File metadata and controls

53 lines (39 loc) · 1.39 KB

Integration guide

This article describes how to integrate the library in your project with JitPack (instructions).

repositories {
    maven { url 'https://jitpack.io' }
}

Map

implementation 'com.github.mapsforge.mapsforge:mapsforge-core:[CURRENT-VERSION]'
implementation 'com.github.mapsforge.mapsforge:mapsforge-map:[CURRENT-VERSION]'
implementation 'com.github.mapsforge.mapsforge:mapsforge-map-reader:[CURRENT-VERSION]'
implementation 'com.github.mapsforge.mapsforge:mapsforge-themes:[CURRENT-VERSION]'

Android

implementation 'com.github.mapsforge.mapsforge:mapsforge-map-android:[CURRENT-VERSION]'
implementation 'com.caverock:androidsvg:1.4'

Desktop

implementation 'com.github.mapsforge.mapsforge:mapsforge-map-awt:[CURRENT-VERSION]'
implementation 'guru.nidi.com.kitfox:svgSalamander:1.1.3'
implementation 'net.sf.kxml:kxml2:2.3.0'

POI

implementation 'com.github.mapsforge.mapsforge:mapsforge-core:[CURRENT-VERSION]'
implementation 'com.github.mapsforge.mapsforge:mapsforge-poi:[CURRENT-VERSION]'

Android

implementation 'com.github.mapsforge.mapsforge:mapsforge-poi-android:[CURRENT-VERSION]'

Desktop

implementation 'com.github.mapsforge.mapsforge:mapsforge-poi-awt:[CURRENT-VERSION]'
implementation 'org.xerial:sqlite-jdbc:3.43.0.0'