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