corese-command
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.inria.corese</groupId> <artifactId>corese-command</artifactId> <version>4.6.0</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>fr.inria.corese</groupId> <artifactId>corese-command</artifactId> <version>4.6.0</version> <name>corese-command</name> <description>A command-line tool for converting, querying, and validating RDF data with SPARQL and SHACL using the Corese engine.</description> <url>https://github.com/corese-stack/corese-command</url> <licenses> <license> <name>CeCILL-C License</name> <url>https://opensource.org/licenses/CeCILL-C</url> </license> </licenses> <developers> <developer> <id>remiceres</id> <name>Rémi Cérès</name> <email>remi.ceres@inria.fr</email> <url>http://www-sop.inria.fr/members/Remi.Ceres</url> <organization>Inria</organization> <organizationUrl>http://www.inria.fr/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/corese-stack/corese-command.git</connection> <developerConnection>scm:git:git://github.com/corese-stack/corese-command.git</developerConnection> <url>https://github.com/corese-stack/corese-command.git</url> </scm> <issueManagement> <url>https://github.com/corese-stack/corese-command/issues</url> </issueManagement> <dependencies> <dependency> <groupId>fr.inria.corese</groupId> <artifactId>corese-core</artifactId> <version>4.6.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>info.picocli</groupId> <artifactId>picocli</artifactId> <version>4.7.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.17.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java</artifactId> <version>0.13.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.ws.rs</groupId> <artifactId>jakarta.ws.rs-api</artifactId> <version>3.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.activation</groupId> <artifactId>jakarta.activation-api</artifactId> <version>2.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>fr.com.hp.hpl.jena.rdf.arp</groupId> <artifactId>arp</artifactId> <version>2.2.b</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>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.5.12</version> <scope>runtime</scope> </dependency> </dependencies> </project>