<dependency>
<groupId>org.janusgraph.commit</groupId>
<artifactId>janusgraph-driver</artifactId>
<version>0.6.3-20221220-185343.54e94a1</version>
</dependency>
implementation 'org.janusgraph.commit:janusgraph-driver:0.6.3-20221220-185343.54e94a1'
implementation("org.janusgraph.commit:janusgraph-driver:0.6.3-20221220-185343.54e94a1")
libraryDependencies += "org.janusgraph.commit" % "janusgraph-driver" % "0.6.3-20221220-185343.54e94a1"
@Grapes(
@Grab(group='org.janusgraph.commit', module='janusgraph-driver', version='0.6.3-20221220-185343.54e94a1')
)
<dependency org="org.janusgraph.commit" name="janusgraph-driver" rev="0.6.3-20221220-185343.54e94a1" />
<parent> <groupId>org.janusgraph.commit</groupId> <artifactId>janusgraph</artifactId> <version>0.6.3-20221220-185343.54e94a1</version> </parent>
compile
|-- org.apache.tinkerpop:gremlin-core
|-- org.apache.tinkerpop:gremlin-driver
|-- org.apache.tinkerpop:gremlin-groovy
|-- org.locationtech.spatial4j:spatial4j
|-- org.locationtech.jts:jts-core
|-- org.apache.commons:commons-text
test
|-- org.junit.platform:junit-platform-launcher
|-- org.junit.jupiter:junit-jupiter-params
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.vintage:junit-vintage-engine