SparqlQueryBuilder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.bbn.parliament</groupId> <artifactId>SparqlQueryBuilder</artifactId> <version>2.0.3</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>com.bbn.parliament</groupId> <artifactId>SparqlQueryBuilder</artifactId> <version>2.0.3</version> <name>SPARQL Query Builder</name> <description>A Java library for manipulating SPARQL queries. Copyright © 2023 RTX BBN Technologies</description> <url>https://github.com/raytheonbbn/parliament/tree/jena-update/jena/SparqlQueryBuilder</url> <organization> <name>RTX BBN Technologies</name> <url>https://bbn.com/</url> </organization> <licenses> <license> <name>The 3-Clause BSD License</name> <url>https://opensource.org/license/bsd-3-clause/</url> </license> </licenses> <developers> <developer> <id>mallen</id> <name>Matthew Allen</name> <email>matthew.allen@rtx.com</email> </developer> <developer> <id>iemmons</id> <name>Ian Emmons</name> <email>iemmons@rtx.com</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:raytheonbbn/parliament.git</connection> <developerConnection>scm:git:git@github.com:raytheonbbn/parliament.git</developerConnection> <url>https://github.com/raytheonbbn/parliament</url> </scm> <dependencies> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-arq</artifactId> <version>4.9.0</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>xml-apis</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.16</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>xml-apis</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>