License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.tinkerpop |
ArtifactId | ArtifactIdgremlin-groovy |
Last Version | Last Version3.0.0.M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGremlin Groovy: Gremlin for the Groovy Language
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
gremlin-groovy-3.0.0.M7.pom | |
gremlin-groovy-3.0.0.M7.jar | 134 KB |
gremlin-groovy-3.0.0.M7-sources.jar | 36 KB |
gremlin-groovy-3.0.0.M7-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy/ -->
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>gremlin-groovy</artifactId>
<version>3.0.0.M7</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy/
implementation 'com.tinkerpop:gremlin-groovy:3.0.0.M7'
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy/
implementation ("com.tinkerpop:gremlin-groovy:3.0.0.M7")
'com.tinkerpop:gremlin-groovy:jar:3.0.0.M7'
<dependency org="com.tinkerpop" name="gremlin-groovy" rev="3.0.0.M7">
<artifact name="gremlin-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='gremlin-groovy', version='3.0.0.M7')
)
libraryDependencies += "com.tinkerpop" % "gremlin-groovy" % "3.0.0.M7"
[com.tinkerpop/gremlin-groovy "3.0.0.M7"]
Group / Artifact | Type | Version |
---|---|---|
com.tinkerpop : gremlin-core | jar | 3.0.0.M7 |
com.tinkerpop : gremlin-algorithm | jar | 3.0.0.M7 |
org.apache.ivy : ivy | jar | 2.3.0 |
org.codehaus.groovy : groovy-all | jar | 2.3.9 |
jline : jline | jar | 2.11 |
org.apache.commons : commons-lang3 | jar | 3.3.1 |
org.kohsuke : groovy-sandbox | jar | 1.6 |