admin-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.google.ads-marketingplatform</groupId>
<artifactId>admin-parent</artifactId>
<version>0.40.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.ads-marketingplatform</groupId>
<artifactId>admin-parent</artifactId>
<packaging>pom</packaging>
<version>0.40.0</version><!-- {x-version-update:admin:current} -->
<name>Google Google Marketing Platform Admin 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.85.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>admin-parent</site.installationModule>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.ads-marketingplatform</groupId>
<artifactId>admin</artifactId>
<version>0.40.0</version><!-- {x-version-update:admin:current} -->
</dependency>
<dependency>
<groupId>com.google.ads-marketingplatform.api.grpc</groupId>
<artifactId>grpc-admin-v1alpha</artifactId>
<version>0.40.0</version><!-- {x-version-update:grpc-admin-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.ads-marketingplatform.api.grpc</groupId>
<artifactId>proto-admin-v1alpha</artifactId>
<version>0.40.0</version><!-- {x-version-update:proto-admin-v1alpha:current} -->
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>admin</module>
<module>grpc-admin-v1alpha</module>
<module>proto-admin-v1alpha</module>
<module>admin-bom</module>
</modules>
</project>