Apache TinkerPop :: Gremlin Groovy Test

A Graph Computing Framework

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

org.apache.tinkerpop
ArtifactId

ArtifactId

gremlin-groovy-test
Last Version

Last Version

3.2.11
Release Date

Release Date

Type

Type

jar
Description

Description

Apache TinkerPop :: Gremlin Groovy Test
A Graph Computing Framework
Project Organization

Project Organization

Apache Software Foundation

Download gremlin-groovy-test

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy-test/ -->
<dependency>
    <groupId>org.apache.tinkerpop</groupId>
    <artifactId>gremlin-groovy-test</artifactId>
    <version>3.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy-test/
implementation 'org.apache.tinkerpop:gremlin-groovy-test:3.2.11'
// https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy-test/
implementation ("org.apache.tinkerpop:gremlin-groovy-test:3.2.11")
'org.apache.tinkerpop:gremlin-groovy-test:jar:3.2.11'
<dependency org="org.apache.tinkerpop" name="gremlin-groovy-test" rev="3.2.11">
  <artifact name="gremlin-groovy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tinkerpop', module='gremlin-groovy-test', version='3.2.11')
)
libraryDependencies += "org.apache.tinkerpop" % "gremlin-groovy-test" % "3.2.11"
[org.apache.tinkerpop/gremlin-groovy-test "3.2.11"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.tinkerpop : gremlin-test jar 3.2.11
org.apache.tinkerpop : gremlin-groovy jar 3.2.11

Project Modules

There are no modules declared in this project.

TinkerPop3

TinkerPop3

Documentation

Apache TinkerPop™ provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).

Building and Testing

TinkerPop uses Maven and requires Java 11 for proper building and proper operations. To build, execute unit tests and package Gremlin Console/Server run:

mvn clean install

The zip distributions can be found in the following directories:

  1. gremlin-server/target

  2. gremlin-console/target

Please see the CONTRIBUTING.asciidoc file for more detailed information and options for building, test running and developing TinkerPop.

Get Started

$ bin/gremlin.sh

         \,,,/
         (o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> graph = TinkerFactory.createModern()
==>tinkergraph[vertices:6 edges:6]
gremlin> g = traversal().withEmbedded(graph)
==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
gremlin> g.V().has('name','vadas').valueMap()
==>[name:[vadas], age:[27]]
org.apache.tinkerpop

The Apache Software Foundation

Versions

Version
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0-incubating
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2-incubating
3.1.1-incubating
3.1.0-incubating
3.0.2-incubating
3.0.1-incubating
3.0.0-incubating
3.0.0.M9-incubating
3.0.0.M8-incubating