marquez-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.marquezproject</groupId> <artifactId>marquez-api</artifactId> <version>0.50.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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.marquezproject</groupId> <artifactId>marquez-api</artifactId> <version>0.50.0</version> <name>marquez-api</name> <description>Collect, aggregate, and visualize a data ecosystem's metadata</description> <url>https://github.com/MarquezProject/marquez</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>marquezproject</id> <name>Marquez Project</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/MarquezProject/marquez.git</connection> <developerConnection>scm:git:ssh://github.com:MarquezProject/marquez.git</developerConnection> <url>https://github.com/MarquezProject/marquez</url> </scm> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <version>1.18.34</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.marquezproject</groupId> <artifactId>marquez-java</artifactId> <version>0.50.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> <version>2.1.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jdbi3</artifactId> <version>2.1.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-json-logging</artifactId> <version>2.1.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-http2</artifactId> <version>2.1.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-assets</artifactId> <version>2.1.12</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient</artifactId> <version>0.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.openlineage</groupId> <artifactId>openlineage-java</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_dropwizard</artifactId> <version>0.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_hotspot</artifactId> <version>0.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.prometheus</groupId> <artifactId>simpleclient_servlet</artifactId> <version>0.16.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-core</artifactId> <version>3.40.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-jackson2</artifactId> <version>3.40.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-postgres</artifactId> <version>3.40.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jdbi</groupId> <artifactId>jdbi3-sqlobject</artifactId> <version>3.40.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.1.3-jre</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.dhatim</groupId> <artifactId>dropwizard-sentry</artifactId> <version>2.1.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.sentry</groupId> <artifactId>sentry</artifactId> <version>6.34.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>8.5.13</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.graphql-java</groupId> <artifactId>graphql-java</artifactId> <version>20.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.graphql-java-kickstart</groupId> <artifactId>graphql-java-servlet</artifactId> <version>12.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.opensearch.client</groupId> <artifactId>opensearch-rest-client</artifactId> <version>2.15.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.opensearch.client</groupId> <artifactId>opensearch-java</artifactId> <version>2.6.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>