p

plugin-googlemaps

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