| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases |
| GroupId | GroupIdorg.neo4j |
| ArtifactId | ArtifactIdneo4j-jdbc-bolt |
| Last Version | Last Version4.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNeo4j JDBC Bolt
Bolt implementation for the Neo4j JDBC Driver
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| neo4j-jdbc-bolt-4.0.5.pom | |
| neo4j-jdbc-bolt-4.0.5.jar | 57 KB |
| neo4j-jdbc-bolt-4.0.5-sources.jar | 37 KB |
| neo4j-jdbc-bolt-4.0.5-javadoc.jar | 567 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-jdbc-bolt/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc-bolt</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-jdbc-bolt/
implementation 'org.neo4j:neo4j-jdbc-bolt:4.0.5'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-jdbc-bolt/
implementation ("org.neo4j:neo4j-jdbc-bolt:4.0.5")
'org.neo4j:neo4j-jdbc-bolt:jar:4.0.5'
<dependency org="org.neo4j" name="neo4j-jdbc-bolt" rev="4.0.5">
<artifact name="neo4j-jdbc-bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-jdbc-bolt', version='4.0.5')
)
libraryDependencies += "org.neo4j" % "neo4j-jdbc-bolt" % "4.0.5"
[org.neo4j/neo4j-jdbc-bolt "4.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.neo4j.driver : neo4j-java-driver | jar | 4.4.3 |
| org.neo4j : neo4j-jdbc | jar | 4.0.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.1 |
| io.github.resilience4j : resilience4j-retry | jar | 1.7.1 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjdk.jmh : jmh-core | jar | 1.34 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.34 |
| org.testcontainers : testcontainers | jar | 1.16.3 |
| org.testcontainers : neo4j | jar | 1.16.3 |
| junit : junit | jar | 4.13.2 |
| org.mockito : mockito-core | jar | 4.3.1 |