corese-gui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fr.inria.corese</groupId>
<artifactId>corese-gui</artifactId>
<version>5.0.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-gui</artifactId>
<version>5.0.0</version>
<name>corese-gui</name>
<description>A graphical desktop application for exploring, querying, and visualizing RDF data using SPARQL and SHACL with the Corese engine.</description>
<url>https://github.com/corese-stack/corese-gui</url>
<licenses>
<license>
<name>CeCILL-C License</name>
<url>https://cecill.info/licences/Licence_CeCILL-C_V1-en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>remiceres</id>
<name>Rémi Cérès</name>
<email>remi.ceres@inria.fr</email>
<organization>Inria</organization>
<organizationUrl>https://www.inria.fr/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/corese-stack/corese-gui.git</connection>
<developerConnection>scm:git:ssh://git@github.com/corese-stack/corese-gui.git</developerConnection>
<url>https://github.com/corese-stack/corese-gui/</url>
</scm>
<issueManagement>
<url>https://github.com/corese-stack/corese-gui/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-base</artifactId>
<version>2.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-javafx</artifactId>
<version>12.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-materialdesign-pack</artifactId>
<version>12.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-materialdesign2-pack</artifactId>
<version>12.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>fr.inria.corese</groupId>
<artifactId>corese-core</artifactId>
<version>4.6.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.32</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>jsvg</artifactId>
<version>2.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-codec</artifactId>
<version>1.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-core</artifactId>
<version>2.11</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>25.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>25.0.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>