Last Version

Gremlin: A Graph Traversal Language 2.6.0

Gremlin is a domain specific language for traversing property graphs. Gremlin makes use of a path-based syntax to support complex graph traversals. Gremlin has application in the areas of graph query, analysis, and manipulation.

License

License

GroupId

GroupId

com.tinkerpop.gremlin
ArtifactId

ArtifactId

gremlin
Version

Version

2.6.0
Type

Type

pom
Description

Description

Gremlin: A Graph Traversal Language
Gremlin is a domain specific language for traversing property graphs. Gremlin makes use of a path-based syntax to support complex graph traversals. Gremlin has application in the areas of graph query, analysis, and manipulation.

Download gremlin 2.6.0

Filename Size
gremlin-2.6.0.pom 5 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • gremlin-test
  • gremlin-java
  • gremlin-groovy