| Categories |
CategoriesGroovy Languages |
|---|---|
| GroupId | GroupIdcom.tinkerpop |
| ArtifactId | ArtifactIdgremlin-groovy-test |
| Version | Version3.0.0.M4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy-test/ -->
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>gremlin-groovy-test</artifactId>
<version>3.0.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy-test/
implementation 'com.tinkerpop:gremlin-groovy-test:3.0.0.M4'
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-groovy-test/
implementation ("com.tinkerpop:gremlin-groovy-test:3.0.0.M4")
'com.tinkerpop:gremlin-groovy-test:jar:3.0.0.M4'
<dependency org="com.tinkerpop" name="gremlin-groovy-test" rev="3.0.0.M4">
<artifact name="gremlin-groovy-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='gremlin-groovy-test', version='3.0.0.M4')
)
libraryDependencies += "com.tinkerpop" % "gremlin-groovy-test" % "3.0.0.M4"
[com.tinkerpop/gremlin-groovy-test "3.0.0.M4"]