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