| Группа | Группаorg.graphfoundation.ongdb |
|---|---|
| Идентификатор | Идентификаторongdb-cypher-runtime-util |
| Версия | Версия3.6.0 |
| Тип | Типjar |
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher-runtime-util/
implementation 'org.graphfoundation.ongdb:ongdb-cypher-runtime-util:3.6.0'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-cypher-runtime-util/
implementation ("org.graphfoundation.ongdb:ongdb-cypher-runtime-util:3.6.0")
'org.graphfoundation.ongdb:ongdb-cypher-runtime-util:jar:3.6.0'
<dependency org="org.graphfoundation.ongdb" name="ongdb-cypher-runtime-util" rev="3.6.0">
<artifact name="ongdb-cypher-runtime-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-cypher-runtime-util', version='3.6.0')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-cypher-runtime-util" % "3.6.0"
[org.graphfoundation.ongdb/ongdb-cypher-runtime-util "3.6.0"]