marklogic-client-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.marklogic</groupId> <artifactId>marklogic-client-api</artifactId> <version>7.1.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-client-api</artifactId> <version>7.1.0</version> <dependencies> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>3.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.rburgst</groupId> <artifactId>okhttp-digest</artifactId> <version>2.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.sun.mail</groupId> <artifactId>jakarta.mail</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>2.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-csv</artifactId> <version>2.17.2</version> <scope>runtime</scope> </dependency> </dependencies> <packaging>jar</packaging> <name>MarkLogic Java Client API</name> <description>The official MarkLogic Java client API.</description> <url>https://github.com/marklogic/java-client-api</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> <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/java-client-api/graphs/contributors</organizationUrl> </developer> </developers> <scm> <url>git@github.com:marklogic/java-client-api.git</url> <connection>scm:git:git@github.com:marklogic/java-client-api.git</connection> <developerConnection>scm:git:git@github.com:marklogic/java-client-api.git</developerConnection> </scm> </project>