corese-gui
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.inria.corese</groupId> <artifactId>corese-gui</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-gui</artifactId> <version>4.6.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-swing</url> <licenses> <license> <name>CeCILL-C License</name> <url>https://opensource.org/licenses/CeCILL-C</url> <distribution>repo</distribution> </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> </developers> <scm> <connection>scm:git:git://github.com/corese-stack/corese-gui-swing.git</connection> <developerConnection>scm:git:ssh://git@github.com/corese-stack/corese-gui-swing.git</developerConnection> <url>https://github.com/corese-stack/corese-gui-swing/</url> </scm> <issueManagement> <url>https://github.com/corese-stack/corese-gui-swing/issues</url> </issueManagement> <dependencies> <dependency> <groupId>fr.inria.corese</groupId> <artifactId>corese-core</artifactId> <version>4.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.graphstream</groupId> <artifactId>gs-ui</artifactId> <version>1.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20250517</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <version>2.20.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j2-impl</artifactId> <version>2.20.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>