is not current version
Last Version 4.3.6.0

org.neo4j.driver:neo4j-java-driver-spring-boot-autoconfigure 4.1.1.0

Provides automatic configuration Spring Boot for the Neo4j Java Driver.

Categories

Categories

Java Languages Spring Boot Container Microservices Neo4J Data Databases Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

org.neo4j.driver
ArtifactId

ArtifactId

neo4j-java-driver-spring-boot-autoconfigure
Version

Version

4.1.1.0
Type

Type

jar

Download neo4j-java-driver-spring-boot-autoconfigure 4.1.1.0


<!-- https://jarcasting.com/artifacts/org.neo4j.driver/neo4j-java-driver-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>org.neo4j.driver</groupId>
    <artifactId>neo4j-java-driver-spring-boot-autoconfigure</artifactId>
    <version>4.1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.driver/neo4j-java-driver-spring-boot-autoconfigure/
implementation 'org.neo4j.driver:neo4j-java-driver-spring-boot-autoconfigure:4.1.1.0'
// https://jarcasting.com/artifacts/org.neo4j.driver/neo4j-java-driver-spring-boot-autoconfigure/
implementation ("org.neo4j.driver:neo4j-java-driver-spring-boot-autoconfigure:4.1.1.0")
'org.neo4j.driver:neo4j-java-driver-spring-boot-autoconfigure:jar:4.1.1.0'
<dependency org="org.neo4j.driver" name="neo4j-java-driver-spring-boot-autoconfigure" rev="4.1.1.0">
  <artifact name="neo4j-java-driver-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.driver', module='neo4j-java-driver-spring-boot-autoconfigure', version='4.1.1.0')
)
libraryDependencies += "org.neo4j.driver" % "neo4j-java-driver-spring-boot-autoconfigure" % "4.1.1.0"
[org.neo4j.driver/neo4j-java-driver-spring-boot-autoconfigure "4.1.1.0"]