License |
License |
---|---|
Categories |
CategoriesJava Languages Spring Boot Container Microservices Neo4J Data Databases Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdorg.neo4j.driver |
ArtifactId | ArtifactIdneo4j-java-driver-test-harness-spring-boot-autoconfigure |
Last Version | Last Version4.3.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNeo4j Java Driver Test Harness Support for Spring Boot
Support for the Neo4j test harness inside Spring Boot applications.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.neo4j.driver/neo4j-java-driver-test-harness-spring-boot-autoconfigure/ -->
<dependency>
<groupId>org.neo4j.driver</groupId>
<artifactId>neo4j-java-driver-test-harness-spring-boot-autoconfigure</artifactId>
<version>4.3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neo4j.driver/neo4j-java-driver-test-harness-spring-boot-autoconfigure/
implementation 'org.neo4j.driver:neo4j-java-driver-test-harness-spring-boot-autoconfigure:4.3.6.0'
// https://jarcasting.com/artifacts/org.neo4j.driver/neo4j-java-driver-test-harness-spring-boot-autoconfigure/
implementation ("org.neo4j.driver:neo4j-java-driver-test-harness-spring-boot-autoconfigure:4.3.6.0")
'org.neo4j.driver:neo4j-java-driver-test-harness-spring-boot-autoconfigure:jar:4.3.6.0'
<dependency org="org.neo4j.driver" name="neo4j-java-driver-test-harness-spring-boot-autoconfigure" rev="4.3.6.0">
<artifact name="neo4j-java-driver-test-harness-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neo4j.driver', module='neo4j-java-driver-test-harness-spring-boot-autoconfigure', version='4.3.6.0')
)
libraryDependencies += "org.neo4j.driver" % "neo4j-java-driver-test-harness-spring-boot-autoconfigure" % "4.3.6.0"
[org.neo4j.driver/neo4j-java-driver-test-harness-spring-boot-autoconfigure "4.3.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.neo4j.driver : neo4j-java-driver | jar | 4.3.6 |
org.neo4j.driver : neo4j-java-driver-spring-boot-autoconfigure | jar | 4.3.6.0 |
org.neo4j.test : neo4j-harness | jar | 3.5.27 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.12.RELEASE |