License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop.gremlin |
ArtifactId | ArtifactIdgremlin-test |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGremlin-Test: Gremlin Language Test Suite
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.
|
Filename | Size |
---|---|
gremlin-test-2.6.0.pom | |
gremlin-test-2.6.0.jar | 37 KB |
gremlin-test-2.6.0-sources.jar | 20 KB |
gremlin-test-2.6.0-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop.gremlin/gremlin-test/ -->
<dependency>
<groupId>com.tinkerpop.gremlin</groupId>
<artifactId>gremlin-test</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop.gremlin/gremlin-test/
implementation 'com.tinkerpop.gremlin:gremlin-test:2.6.0'
// https://jarcasting.com/artifacts/com.tinkerpop.gremlin/gremlin-test/
implementation ("com.tinkerpop.gremlin:gremlin-test:2.6.0")
'com.tinkerpop.gremlin:gremlin-test:jar:2.6.0'
<dependency org="com.tinkerpop.gremlin" name="gremlin-test" rev="2.6.0">
<artifact name="gremlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.gremlin', module='gremlin-test', version='2.6.0')
)
libraryDependencies += "com.tinkerpop.gremlin" % "gremlin-test" % "2.6.0"
[com.tinkerpop.gremlin/gremlin-test "2.6.0"]
Group / Artifact | Type | Version |
---|---|---|
com.tinkerpop.blueprints : blueprints-core | jar | 2.6.0 |
com.tinkerpop : pipes | jar | 2.6.0 |
junit : junit | jar | 4.5 |