GroupId | GroupIdorg.janusgraph |
---|---|
ArtifactId | ArtifactIdjanusgraph-cql |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
janusgraph-cql-0.2.3.pom | |
janusgraph-cql-0.2.3.jar | 36 KB |
janusgraph-cql-0.2.3-sources.jar | 16 KB |
janusgraph-cql-0.2.3-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.janusgraph/janusgraph-cql/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-cql</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-cql/
implementation 'org.janusgraph:janusgraph-cql:0.2.3'
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-cql/
implementation ("org.janusgraph:janusgraph-cql:0.2.3")
'org.janusgraph:janusgraph-cql:jar:0.2.3'
<dependency org="org.janusgraph" name="janusgraph-cql" rev="0.2.3">
<artifact name="janusgraph-cql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='janusgraph-cql', version='0.2.3')
)
libraryDependencies += "org.janusgraph" % "janusgraph-cql" % "0.2.3"
[org.janusgraph/janusgraph-cql "0.2.3"]