License |
License |
---|---|
Categories |
CategoriesNeo4J Data Databases |
GroupId | GroupIdit.larus-ba |
ArtifactId | ArtifactIdneo4j-jdbc |
Last Version | Last Version3.0-M02 |
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-3.0-M02.pom | |
neo4j-jdbc-3.0-M02.jar | 33 KB |
neo4j-jdbc-3.0-M02-sources.jar | 24 KB |
neo4j-jdbc-3.0-M02-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.larus-ba/neo4j-jdbc/ -->
<dependency>
<groupId>it.larus-ba</groupId>
<artifactId>neo4j-jdbc</artifactId>
<version>3.0-M02</version>
</dependency>
// https://jarcasting.com/artifacts/it.larus-ba/neo4j-jdbc/
implementation 'it.larus-ba:neo4j-jdbc:3.0-M02'
// https://jarcasting.com/artifacts/it.larus-ba/neo4j-jdbc/
implementation ("it.larus-ba:neo4j-jdbc:3.0-M02")
'it.larus-ba:neo4j-jdbc:jar:3.0-M02'
<dependency org="it.larus-ba" name="neo4j-jdbc" rev="3.0-M02">
<artifact name="neo4j-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.larus-ba', module='neo4j-jdbc', version='3.0-M02')
)
libraryDependencies += "it.larus-ba" % "neo4j-jdbc" % "3.0-M02"
[it.larus-ba/neo4j-jdbc "3.0-M02"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.powermock : powermock-api-mockito | jar | 1.6.2 |