marklogic-data-hub-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.marklogic</groupId> <artifactId>marklogic-data-hub-api</artifactId> <version>6.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>com.marklogic</groupId> <artifactId>marklogic-data-hub-api</artifactId> <version>6.2.0</version> <dependencies> <dependency> <groupId>com.marklogic</groupId> <artifactId>ml-gradle</artifactId> <version>5.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>runtime</scope> </dependency> </dependencies> <description>Library for Creating an Operational Data Hub on MarkLogic</description> <developers> <developer> <name>MarkLogic</name> <email>java-sig@marklogic.com</email> <organization>MarkLogic</organization> <organizationUrl>https://www.marklogic.com</organizationUrl> </developer> <developer> <name>MarkLogic Github Contributors</name> <email>general@developer.marklogic.com</email> <organization>Github Contributors</organization> <organizationUrl>https://github.com/marklogic/marklogic-data-hub/graphs/contributors</organizationUrl> </developer> </developers> <name>marklogic-data-hub-api</name> <packaging>jar</packaging> <url>https://github.com/marklogic/marklogic-data-hub</url> <scm> <url>git@github.com:marklogic/marklogic-data-hub.git</url> <connection>scm:git@github.com:marklogic/marklogic-data-hub.git</connection> <developerConnection>scm:git@github.com:marklogic/marklogic-data-hub.git</developerConnection> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> </project>