MVN

org.neo4j : neo4j-bolt-messaging-v1

Maven & Gradle

Oct 15, 2015
1 usages

Neo4j - Bolt Messaging Library V1 · Serialization code and definition of messages for Bolt V1

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-bolt-messaging-v1</artifactId>
    <version>2.3.0-M03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neo4j : neo4j-bolt-messaging-v1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0-M03
  • Latest Release Candidate: 2.3.0-RC1

All Versions

Choose a version of org.neo4j : neo4j-bolt-messaging-v1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
neo4j-bolt-messaging-v1-2.3.0-RC1
neo4j-bolt-messaging-v1-2.3.0-M03

How to add a dependency to Maven

Add the following org.neo4j : neo4j-bolt-messaging-v1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.neo4j</groupId>
    <artifactId>neo4j-bolt-messaging-v1</artifactId>
    <version>2.3.0-M03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.neo4j : neo4j-bolt-messaging-v1 gradle dependency to your build.gradle file:

implementation 'org.neo4j:neo4j-bolt-messaging-v1:2.3.0-M03'

Gradle Kotlin DSL: Add the following org.neo4j : neo4j-bolt-messaging-v1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.neo4j:neo4j-bolt-messaging-v1:2.3.0-M03")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.neo4j : neo4j-bolt-messaging-v1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.neo4j" % "neo4j-bolt-messaging-v1" % "2.3.0-M03"

Advertisement