META-INF.maven.org.eclipse.rdf4j.rdf4j-geosparql-testsuite.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rdf4j-geosparql-testsuite Show documentation
Show all versions of rdf4j-geosparql-testsuite Show documentation
Test suite for the GeoSPARQL query language
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.eclipse.rdf4j</groupId> <artifactId>rdf4j-testsuites</artifactId> <version>5.0.2</version> </parent> <artifactId>rdf4j-geosparql-testsuite</artifactId> <name>RDF4J: GeoSPARQL compliance test suite</name> <description>Test suite for the GeoSPARQL query language</description> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>rdf4j-sparql-testsuite</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>