corese-core
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.inria.corese</groupId> <artifactId>corese-core</artifactId> <version>4.6.1</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-core</artifactId> <version>4.6.1</version> <name>corese-core</name> <description>Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript.</description> <url>https://github.com/corese-stack/corese-core</url> <licenses> <license> <name>CeCILL-C License</name> <url>https://opensource.org/licenses/CeCILL-C</url> </license> </licenses> <developers> <developer> <id>OlivierCorby</id> <name>Olivier Corby</name> <email>olivier.corby@inria.fr</email> <url>http://www-sop.inria.fr/members/Olivier.Corby</url> <organization>Inria</organization> <organizationUrl>http://www.inria.fr/</organizationUrl> </developer> <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> <developer> <id>pierremaillot</id> <name>Pierre Maillot</name> <email>pierre.maillot@inria.fr</email> <url>https://maillpierre.github.io/personal-page/</url> <organization>Inria</organization> <organizationUrl>http://www.inria.fr/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/corese-stack/corese-core.git</connection> <developerConnection>scm:git:git://github.com/corese-stack/corese-core.git</developerConnection> <url>https://github.com/corese-stack/corese-core.git</url> </scm> <issueManagement> <url>https://github.com/corese-stack/corese-core/issues</url> </issueManagement> <dependencies> <dependency> <groupId>fr.com.hp.hpl.jena.rdf.arp</groupId> <artifactId>arp</artifactId> <version>2.2.b</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.10.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20240303</version> <scope>runtime</scope> </dependency> <dependency> <groupId>fr.inria.lille.shexjava</groupId> <artifactId>shexjava-core</artifactId> <version>1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>3.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.glassfish.jersey.inject</groupId> <artifactId>jersey-hk2</artifactId> <version>3.0.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>fr.inria.corese.org.semarglproject</groupId> <artifactId>semargl-rdfa</artifactId> <version>0.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>fr.inria.corese.org.semarglproject</groupId> <artifactId>semargl-core</artifactId> <version>0.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.jsonld-java</groupId> <artifactId>jsonld-java</artifactId> <version>0.13.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>