1<?xml version="1.0" encoding="UTF-8" ?> 2<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"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>com.google.api.grpc</groupId> 5 <artifactId>proto-google-cloud-document-ai-v1beta3</artifactId> 6 <version>0.33.0</version> <!-- {x-version-update:proto-google-cloud-document-ai-v1beta3:current} --> 7 <name>proto-google-cloud-document-ai-v1beta3</name> 8 <description>PROTO library for proto-google-cloud-document-ai-v1beta3</description> 9 <parent> 10 <groupId>com.google.cloud</groupId> 11 <artifactId>google-cloud-document-ai-parent</artifactId> 12 <version>2.21.0</version> <!-- {x-version-update:google-cloud-document-ai:current} --> 13 </parent> 14 <dependencies> 15 <dependency> 16 <groupId>com.google.protobuf</groupId> 17 <artifactId>protobuf-java</artifactId> 18 </dependency> 19 <dependency> 20 <groupId>com.google.api.grpc</groupId> 21 <artifactId>proto-google-common-protos</artifactId> 22 </dependency> 23 <dependency> 24 <groupId>com.google.guava</groupId> 25 <artifactId>guava</artifactId> 26 </dependency> 27 <dependency> 28 <groupId>com.google.api</groupId> 29 <artifactId>api-common</artifactId> 30 </dependency> 31 </dependencies> 32</project>