Registry / other / graal-core

graal-core

JSON →
library1.3.1javamavenunverified

Core interfaces and classes for the Graal graph-based knowledge representation system.

<dependency> <groupId>fr.lirmm.graphik</groupId> <artifactId>graal-core</artifactId> <version>1.3.1</version> </dependency>
INSTALL
IMPORT
SIG · GRAAL-CORE
G
graal-core
otherjavav1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
fr.lirmm.graphik.graal.api.core.Graph

Create a default graph instance using Graal core.

import fr.lirmm.graphik.graal.api.core.Graph; import fr.lirmm.graphik.graal.core.DefaultGraph; public class Example { public static void main(String[] args) { Graph graph = new DefaultGraph(); System.out.println(graph.getClass().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
graal-core — mvn dependency:get graal-core · libregistry