GroupId | GroupIdorg.graphfoundation.ongdb |
---|---|
ArtifactId | ArtifactIdongdb-cypher-runtime-util |
Version | Version3.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher-runtime-util/ -->
<dependency>
<groupId>org.graphfoundation.ongdb</groupId>
<artifactId>ongdb-cypher-runtime-util</artifactId>
<version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher-runtime-util/
implementation 'org.graphfoundation.ongdb:ongdb-cypher-runtime-util:3.6.1'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher-runtime-util/
implementation ("org.graphfoundation.ongdb:ongdb-cypher-runtime-util:3.6.1")
'org.graphfoundation.ongdb:ongdb-cypher-runtime-util:jar:3.6.1'
<dependency org="org.graphfoundation.ongdb" name="ongdb-cypher-runtime-util" rev="3.6.1">
<artifact name="ongdb-cypher-runtime-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-cypher-runtime-util', version='3.6.1')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-cypher-runtime-util" % "3.6.1"
[org.graphfoundation.ongdb/ongdb-cypher-runtime-util "3.6.1"]