| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases Liquibase |
| GroupId | GroupIdorg.liquibase.ext |
| ArtifactId | ArtifactIdliquibase-neo4j |
| Version | Version4.7.0.1 |
| Type | Typejar |
| Description |
DescriptionLiquibase Neo4j Database Extension
Adds additional Neo4j specific Liquibase functionality
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| liquibase-neo4j-4.7.0.1.pom | |
| liquibase-neo4j-4.7.0.1.jar | 24 KB |
| liquibase-neo4j-4.7.0.1-sources.jar | 14 KB |
| liquibase-neo4j-4.7.0.1-javadoc.jar | 438 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-neo4j/ -->
<dependency>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-neo4j</artifactId>
<version>4.7.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-neo4j/
implementation 'org.liquibase.ext:liquibase-neo4j:4.7.0.1'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-neo4j/
implementation ("org.liquibase.ext:liquibase-neo4j:4.7.0.1")
'org.liquibase.ext:liquibase-neo4j:jar:4.7.0.1'
<dependency org="org.liquibase.ext" name="liquibase-neo4j" rev="4.7.0.1">
<artifact name="liquibase-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-neo4j', version='4.7.0.1')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-neo4j" % "4.7.0.1"
[org.liquibase.ext/liquibase-neo4j "4.7.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.liquibase : liquibase-core | jar | 4.7.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.neo4j : neo4j-jdbc-bolt | jar | 4.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spockframework : spock-core | jar | 2.0-groovy-3.0 |
| org.testcontainers : neo4j | jar | 1.16.2 |
| org.neo4j.driver : neo4j-java-driver | jar | 4.4.2 |
| org.slf4j : slf4j-nop | jar | 1.7.32 |