<dependency> <groupId>org.janusgraph</groupId> <artifactId>example-cql</artifactId> <version>1.0.1</version> <type>pom</type> </dependency>
implementation 'org.janusgraph:example-cql:1.0.1'
implementation("org.janusgraph:example-cql:1.0.1")
libraryDependencies += "org.janusgraph" % "example-cql" % "1.0.1"
@Grapes( @Grab(group='org.janusgraph', module='example-cql', version='1.0.1') )
<dependency org="org.janusgraph" name="example-cql" rev="1.0.1" />
[org.janusgraph/example-cql "1.0.1"]
'org.janusgraph:example-cql:jar:1.0.1'
<parent> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-examples</artifactId> <version>1.0.1</version> </parent>
runtime
|-- org.janusgraph:example-common
|-- org.janusgraph:janusgraph-cql
|-- org.janusgraph:janusgraph-es