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