Liquibase is a tool for managing and executing database changes.
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>5.0.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs Liquibase database migrations from a changelog file.
Use the correct package (e.g., liquibase.resource.ClassLoaderResourceAccessor for 4.x).
No dependency data recorded yet.