producerclient
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.google.cloud.datalineage</groupId> <artifactId>producerclient</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.google.cloud.datalineage</groupId> <artifactId>producerclient</artifactId> <version>1.1.0</version> <name>Java producer library for Data Lineage.</name> <description>Library that provides synchronous and asynchronous clients for interacting with the Google Cloud Data Lineage API.</description> <url>https://github.com/GoogleCloudPlatform/data-lineage-producer-java-library</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>midamkina</id> <name>Mary Idamkina</name> <email>midamkina@google.com</email> </developer> <developer> <id>gabrysiaolsz</id> <name>Gabriela Olszewska</name> <email>gabrysiaolsz@google.com</email> </developer> <developer> <id>ngorchakova</id> <name>Natalia Gorchakova</name> <email>ngorchakova@google.com</email> </developer> <developer> <id>mikhalevich</id> <name>Konstantin Mikhalevich</name> <email>mikhalevich@google.com</email> </developer> <developer> <id>wojtekl</id> <name>Wojciech Łowiec</name> <email>wojtekl@google.com</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/GoogleCloudPlatform/data-lineage-producer-java-library.git</connection> <developerConnection>scm:git:ssh://git@github.com/GoogleCloudPlatform/data-lineage-producer-java-library.git</developerConnection> <url>https://github.com/GoogleCloudPlatform/data-lineage-producer-java-library</url> </scm> </project>