| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.apache.tinkerpop |
| ArtifactId | ArtifactIdgremlin-groovy |
| Last Version | Last Version3.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache TinkerPop :: Gremlin Groovy
A Graph Computing Framework
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| gremlin-groovy-3.6.0.pom | |
| gremlin-groovy-3.6.0.jar | 217 KB |
| gremlin-groovy-3.6.0-sources.jar | 83 KB |
| gremlin-groovy-3.6.0-javadoc.jar | 240 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy/ -->
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-groovy</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy/
implementation 'org.apache.tinkerpop:gremlin-groovy:3.6.0'
// https://jarcasting.com/artifacts/org.apache.tinkerpop/gremlin-groovy/
implementation ("org.apache.tinkerpop:gremlin-groovy:3.6.0")
'org.apache.tinkerpop:gremlin-groovy:jar:3.6.0'
<dependency org="org.apache.tinkerpop" name="gremlin-groovy" rev="3.6.0">
<artifact name="gremlin-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tinkerpop', module='gremlin-groovy', version='3.6.0')
)
libraryDependencies += "org.apache.tinkerpop" % "gremlin-groovy" % "3.6.0"
[org.apache.tinkerpop/gremlin-groovy "3.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tinkerpop : gremlin-core | jar | 3.6.0 |
| org.apache.tinkerpop : gremlin-annotations Optional | jar | 3.6.0 |
| org.apache.ivy : ivy | jar | 2.5.0 |
| org.codehaus.groovy : groovy | jar | 2.5.14 |
| org.codehaus.groovy : groovy-groovysh | jar | 2.5.14 |
| org.codehaus.groovy : groovy-json | jar | 2.5.14 |
| org.codehaus.groovy : groovy-jsr223 | jar | 2.5.14 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| org.mindrot : jbcrypt | jar | 0.4 |
| com.github.ben-manes.caffeine : caffeine | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tinkerpop : tinkergraph-gremlin | jar | 3.6.0 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.apache.tinkerpop : gremlin-test | jar | 3.6.0 |