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