| License |
License |
|---|---|
| Categories |
CategoriesNeo4J Data Databases Liquibase |
| GroupId | GroupIdorg.liquibase.ext |
| ArtifactId | ArtifactIdliquibase-neo4j |
| Last Version | Last Version4.12.0 |
| Release Date | Release Date |
| 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.12.0.pom | |
| liquibase-neo4j-4.12.0.jar | 24 KB |
| liquibase-neo4j-4.12.0-sources.jar | 14 KB |
| liquibase-neo4j-4.12.0-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.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-neo4j/
implementation 'org.liquibase.ext:liquibase-neo4j:4.12.0'
// https://jarcasting.com/artifacts/org.liquibase.ext/liquibase-neo4j/
implementation ("org.liquibase.ext:liquibase-neo4j:4.12.0")
'org.liquibase.ext:liquibase-neo4j:jar:4.12.0'
<dependency org="org.liquibase.ext" name="liquibase-neo4j" rev="4.12.0">
<artifact name="liquibase-neo4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.liquibase.ext', module='liquibase-neo4j', version='4.12.0')
)
libraryDependencies += "org.liquibase.ext" % "liquibase-neo4j" % "4.12.0"
[org.liquibase.ext/liquibase-neo4j "4.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.liquibase : liquibase-core | jar | 4.12.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.neo4j : neo4j-jdbc-bolt | jar | 4.0.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spockframework : spock-core | jar | 2.1-groovy-3.0 |
| org.testcontainers : neo4j | jar | 1.17.2 |
| org.slf4j : slf4j-nop | jar | 1.7.36 |