License |
License |
---|---|
GroupId | GroupIdcom.tinkerpop |
ArtifactId | ArtifactIdgremlin-test |
Last Version | Last Version3.0.0.M7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGremlin Test: Gremlin Structure and Process Test Suite
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-test-3.0.0.M7.pom | |
gremlin-test-3.0.0.M7.jar | 1 MB |
gremlin-test-3.0.0.M7-sources.jar | 695 KB |
gremlin-test-3.0.0.M7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinkerpop/gremlin-test/ -->
<dependency>
<groupId>com.tinkerpop</groupId>
<artifactId>gremlin-test</artifactId>
<version>3.0.0.M7</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-test/
implementation 'com.tinkerpop:gremlin-test:3.0.0.M7'
// https://jarcasting.com/artifacts/com.tinkerpop/gremlin-test/
implementation ("com.tinkerpop:gremlin-test:3.0.0.M7")
'com.tinkerpop:gremlin-test:jar:3.0.0.M7'
<dependency org="com.tinkerpop" name="gremlin-test" rev="3.0.0.M7">
<artifact name="gremlin-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinkerpop', module='gremlin-test', version='3.0.0.M7')
)
libraryDependencies += "com.tinkerpop" % "gremlin-test" % "3.0.0.M7"
[com.tinkerpop/gremlin-test "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 |
com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
com.h2database : h2 | jar | 1.3.171 |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
org.hamcrest : hamcrest-all | jar | 1.3 |