<?xml version="1.0" encoding="UTF-8"?><project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <groupId>com.ontotext.graphdb</groupId>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>graphdb-client-api</artifactId>
    <version>10.0.0</version>
    <name>GraphDB Client API</name>
    <description>GraphDB Client API provides a GraphDB-specific client for GraphDB</description>
    <url>http://graphdb.ontotext.com</url>
    <licenses>
        <license>
            <name>GraphDB Free License</name>
            <url>http://graphdb.ontotext.com/LICENSE-GraphDB-Free.txt</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>GraphDB Team</name>
            <email>graphdb-support@ontotext.com</email>
            <organization>Ontotext</organization>
            <organizationUrl>http://www.ontotext.com</organizationUrl>
        </developer>
    </developers>
    <scm>
        <connection>scm:git:https://gitlab.ontotext.com/graphdb-team/graphdb.git</connection>
        <developerConnection>scm:git:https://gitlab.ontotext.com/graphdb-team/graphdb.git</developerConnection>
        <url>https://gitlab.ontotext.com/graphdb-team/graphdb</url>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.eclipse.rdf4j</groupId>
            <artifactId>rdf4j-client</artifactId>
            <version>4.0.2</version>
            <type>pom</type>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>31.1-jre</version>
        </dependency>
    </dependencies>
</project>
