GroupId | GroupIdorg.graphfoundation.ongdb |
---|---|
ArtifactId | ArtifactIdongdb-cypher |
Version | Version3.6.0.M2 |
Type | Typejar |
Filename | Size |
---|---|
ongdb-cypher-3.6.0.M2.pom | |
ongdb-cypher-3.6.0.M2.jar | 2 MB |
ongdb-cypher-3.6.0.M2-tests.jar | 1 MB |
ongdb-cypher-3.6.0.M2-sources.jar | 297 KB |
ongdb-cypher-3.6.0.M2-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher/ -->
<dependency>
<groupId>org.graphfoundation.ongdb</groupId>
<artifactId>ongdb-cypher</artifactId>
<version>3.6.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher/
implementation 'org.graphfoundation.ongdb:ongdb-cypher:3.6.0.M2'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher/
implementation ("org.graphfoundation.ongdb:ongdb-cypher:3.6.0.M2")
'org.graphfoundation.ongdb:ongdb-cypher:jar:3.6.0.M2'
<dependency org="org.graphfoundation.ongdb" name="ongdb-cypher" rev="3.6.0.M2">
<artifact name="ongdb-cypher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-cypher', version='3.6.0.M2')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-cypher" % "3.6.0.M2"
[org.graphfoundation.ongdb/ongdb-cypher "3.6.0.M2"]