google-maps-mapmanagement-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-mapmanagement-parent</artifactId>
<version>0.1.0</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-mapmanagement-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.0</version><!-- {x-version-update:google-maps-mapmanagement:current} -->
<name>Google Map Management API Parent</name>
<description>
Java idiomatic client for Google Cloud Platform services.
</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-jar-parent</artifactId>
<version>1.86.0</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-maps-mapmanagement-parent</site.installationModule>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-mapmanagement</artifactId>
<version>0.1.0</version><!-- {x-version-update:google-maps-mapmanagement:current} -->
</dependency>
<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>grpc-google-maps-mapmanagement-v2beta</artifactId>
<version>0.1.0</version><!-- {x-version-update:grpc-google-maps-mapmanagement-v2beta:current} -->
</dependency>
<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>proto-google-maps-mapmanagement-v2beta</artifactId>
<version>0.1.0</version><!-- {x-version-update:proto-google-maps-mapmanagement-v2beta:current} -->
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>google-maps-mapmanagement</module>
<module>grpc-google-maps-mapmanagement-v2beta</module>
<module>proto-google-maps-mapmanagement-v2beta</module>
<module>google-maps-mapmanagement-bom</module>
</modules>
</project>