The current stable version of the Liquibase Core is 2.0.5 (Released May 2, 2012).
RC and Beta Builds for 3.0
Liquibase 2.0 and beyond supports 3rd-party extensions and integrations. Visit the Extension Portal to download extensions.
Liquibase 2.x requires Java 1.5+. Liquibase 3.x requires Java 1.6+
Extract liquibase.zip. In it you will find a liquibase-VERSION.jar This jar is all that is needed to run Liquibase from the “command line”, ant, Maven, Spring, or a servlet container. You can run the command line version of the migrator with the same jar file by simply running java -jar liquibase-VERSION.jar.
Browse the Liquibase source or check it out from https://github.com/liquibase/liquibase
Feature suggestions, bug reports, and general help should be directed to the community.
Copyright (C) 2006-2013 Nathan Voxland
This library is free software; you can redistribute it and/or modify it under the terms of the Apache License, Version 2.0.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.