License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdorg.neo4j |
ArtifactId | ArtifactIdneo4j-jdbc |
Last Version | Last Version4.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j JDBC Driver
Common module for every implementation of the Neo4j JDBC Driver
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
neo4j-jdbc-4.0.5.pom | |
neo4j-jdbc-4.0.5.jar | 56 KB |
neo4j-jdbc-4.0.5-sources.jar | 46 KB |
neo4j-jdbc-4.0.5-javadoc.jar | 640 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neo4j/neo4j-jdbc/ -->
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc</artifactId>
<version>4.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j/neo4j-jdbc/
implementation 'org.neo4j:neo4j-jdbc:4.0.5'
// https://jarcasting.com/artifacts/org.neo4j/neo4j-jdbc/
implementation ("org.neo4j:neo4j-jdbc:4.0.5")
'org.neo4j:neo4j-jdbc:jar:4.0.5'
<dependency org="org.neo4j" name="neo4j-jdbc" rev="4.0.5">
<artifact name="neo4j-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-jdbc', version='4.0.5')
)
libraryDependencies += "org.neo4j" % "neo4j-jdbc" % "4.0.5"
[org.neo4j/neo4j-jdbc "4.0.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 4.3.1 |