p

plugin-googlemaps

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