<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-backend-testutils</artifactId>
<version>0.6.3-20230111-095504.5bf95e7</version>
</dependency>
implementation 'org.janusgraph:janusgraph-backend-testutils:0.6.3-20230111-095504.5bf95e7'
implementation("org.janusgraph:janusgraph-backend-testutils:0.6.3-20230111-095504.5bf95e7")
libraryDependencies += "org.janusgraph" % "janusgraph-backend-testutils" % "0.6.3-20230111-095504.5bf95e7"
@Grapes(
@Grab(group='org.janusgraph', module='janusgraph-backend-testutils', version='0.6.3-20230111-095504.5bf95e7')
)
<dependency org="org.janusgraph" name="janusgraph-backend-testutils" rev="0.6.3-20230111-095504.5bf95e7" />
<parent> <groupId>org.janusgraph</groupId> <artifactId>janusgraph</artifactId> <version>0.6.3-20230111-095504.5bf95e7</version> </parent>
compile
|-- org.janusgraph:janusgraph-core
|-- org.apache.tinkerpop:gremlin-test
|-- org.apache.tinkerpop:gremlin-server
|-- org.junit.platform:junit-platform-launcher
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.vintage:junit-vintage-engine
|-- com.carrotsearch:junit-benchmarks
|-- com.carrotsearch.randomizedtesting:randomizedtesting-runner
|-- org.mockito:mockito-junit-jupiter
|-- org.apache.commons:commons-math