License |
License |
---|---|
Categories |
CategoriesSQLite Data Databases Mapsforge Business Logic Libraries Geospatial |
GroupId | GroupIdorg.mapsforge |
ArtifactId | ArtifactIdsqlite-android |
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 |
<!-- https://jarcasting.com/artifacts/org.mapsforge/sqlite-android/ -->
<dependency>
<groupId>org.mapsforge</groupId>
<artifactId>sqlite-android</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapsforge/sqlite-android/
implementation 'org.mapsforge:sqlite-android:0.18.0'
// https://jarcasting.com/artifacts/org.mapsforge/sqlite-android/
implementation ("org.mapsforge:sqlite-android:0.18.0")
'org.mapsforge:sqlite-android:jar:0.18.0'
<dependency org="org.mapsforge" name="sqlite-android" rev="0.18.0">
<artifact name="sqlite-android" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapsforge', module='sqlite-android', version='0.18.0')
)
libraryDependencies += "org.mapsforge" % "sqlite-android" % "0.18.0"
[org.mapsforge/sqlite-android "0.18.0"]