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