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