is not current version
Last Version 3.6.2

org.graphfoundation.ongdb:ongdb-bolt 3.6.1

The core of Neo4j Bolt Protocol, this contains the state machine for Bolt sessions.

GroupId

GroupId

org.graphfoundation.ongdb
ArtifactId

ArtifactId

ongdb-bolt
Version

Version

3.6.1
Type

Type

jar

Download ongdb-bolt 3.6.1


<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-bolt/ -->
<dependency>
    <groupId>org.graphfoundation.ongdb</groupId>
    <artifactId>ongdb-bolt</artifactId>
    <version>3.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-bolt/
implementation 'org.graphfoundation.ongdb:ongdb-bolt:3.6.1'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb/ongdb-bolt/
implementation ("org.graphfoundation.ongdb:ongdb-bolt:3.6.1")
'org.graphfoundation.ongdb:ongdb-bolt:jar:3.6.1'
<dependency org="org.graphfoundation.ongdb" name="ongdb-bolt" rev="3.6.1">
  <artifact name="ongdb-bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb', module='ongdb-bolt', version='3.6.1')
)
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-bolt" % "3.6.1"
[org.graphfoundation.ongdb/ongdb-bolt "3.6.1"]