GroupId | GroupIdcom.tinkerpop |
---|---|
ArtifactId | ArtifactIdgremlin-test |
Version | Version3.0.0.M1 |
Type | Typejar |
Filename | Size |
---|---|
gremlin-test-3.0.0.M1.pom | |
gremlin-test-3.0.0.M1.jar | 640 KB |
gremlin-test-3.0.0.M1-sources.jar | 345 KB |
gremlin-test-3.0.0.M1-javadoc.jar | 1008 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop/gremlin-test/ -->
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>gremlin-test</artifactId>
<version>3.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-test/
implementation 'com.tinkerpop:gremlin-test:3.0.0.M1'
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-test/
implementation ("com.tinkerpop:gremlin-test:3.0.0.M1")
'com.tinkerpop:gremlin-test:jar:3.0.0.M1'
<dependency org="com.tinkerpop" name="gremlin-test" rev="3.0.0.M1">
<artifact name="gremlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='gremlin-test', version='3.0.0.M1')
)
libraryDependencies += "com.tinkerpop" % "gremlin-test" % "3.0.0.M1"
[com.tinkerpop/gremlin-test "3.0.0.M1"]