p

plugin-openstreetmap

The non GMS implementation of the OMH Auth API
https://github.com/openmobilehub/omh-maps
Apache-2.0 License
Hans Hamel
Files download
File Operation
plugin-openstreetmap-2.0.0.pom download
plugin-openstreetmap-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.openmobilehub.android.maps</groupId>
  <artifactId>plugin-openstreetmap</artifactId>
  <version>2.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.openmobilehub.android.maps:plugin-openstreetmap:2.0.0'
Gradle Kotlin
implementation("com.openmobilehub.android.maps:plugin-openstreetmap:2.0.0")
Scala SBT
libraryDependencies += "com.openmobilehub.android.maps" % "plugin-openstreetmap" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.openmobilehub.android.maps', module='plugin-openstreetmap', version='2.0.0')
)
Apache Ivy
<dependency org="com.openmobilehub.android.maps" name="plugin-openstreetmap" rev="2.0.0" />
Leiningen
[com.openmobilehub.android.maps/plugin-openstreetmap "2.0.0"]
Apache Buildr
'com.openmobilehub.android.maps:plugin-openstreetmap:jar:2.0.0'