Registry / database / gremlin-groovy

gremlin-groovy

JSON →
library3.8.0javamavenunverified

Provides the Gremlin graph traversal language and Groovy integration for graph computing.

<dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-groovy</artifactId> <version>3.8.0</version> </dependency>
INSTALL
IMPORT
SIG · GREMLIN-GROOVY
G
gremlin-groovy
databasejavav3.8.0
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.

GremlinGroovyScriptEngine
org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine

Evaluates a Gremlin Groovy script using the script engine.

import org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngine; GremlinGroovyScriptEngine engine = new GremlinGroovyScriptEngine(); Object result = engine.eval("1+1"); System.out.println("Result: " + result);
Debug
Known issues
breakingGremlin Groovy may have compatibility issues with newer Groovy versions (e.g., 3.x vs 4.x).
fix
Use the Groovy version recommended by TinkerPop for your Gremlin version.
affects: >=3.5.0
Upgrade
Version history
3.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
gremlin-groovy — mvn dependency:get gremlin-groovy · libregistry