g

google-maps-places-parent

Java idiomatic client for Google Cloud Platform services.
文件下载
文件名 操作
google-maps-places-parent-0.16.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.google.maps</groupId>
  <artifactId>google-maps-places-parent</artifactId>
  <version>0.16.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.google.maps:google-maps-places-parent:0.16.0'
Gradle Kotlin
implementation("com.google.maps:google-maps-places-parent:0.16.0")
Scala SBT
libraryDependencies += "com.google.maps" % "google-maps-places-parent" % "0.16.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.maps', module='google-maps-places-parent', version='0.16.0')
)
Apache Ivy
<dependency org="com.google.maps" name="google-maps-places-parent" rev="0.16.0" />
Leiningen
[com.google.maps/google-maps-places-parent "0.16.0"]
Apache Buildr
'com.google.maps:google-maps-places-parent:jar:0.16.0'