You can download liquibase-hibernate4-3.4.jar in this page.
Apache License, Version 2.0
liquibase-hibernate4-3.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.liquibase.ext/liquibase-hibernate4/pom.properties META-INF/maven/org.liquibase.ext/liquibase-hibernate4/pom.xml liquibase.ext.hibernate.customfactory.CustomClassicConfigurationFactory.class liquibase.ext.hibernate.customfactory.CustomEjb3ConfigurationFactory.class liquibase.ext.hibernate.database.HibernateClassicDatabase.class liquibase.ext.hibernate.database.HibernateDatabase.class liquibase.ext.hibernate.database.HibernateEjb3Database.class liquibase.ext.hibernate.database.HibernateGenericDialect.class liquibase.ext.hibernate.database.HibernateSpringDatabase.class liquibase.ext.hibernate.database.connection.HibernateConnection.class liquibase.ext.hibernate.database.connection.HibernateConnectionMetadata.class liquibase.ext.hibernate.database.connection.HibernateDriver.class liquibase.ext.hibernate.diff.ChangedColumnChangeGenerator.class liquibase.ext.hibernate.diff.ChangedForeignKeyChangeGenerator.class liquibase.ext.hibernate.diff.ChangedUniqueConstraintChangeGenerator.class liquibase.ext.hibernate.diff.MissingIndexChangeGenerator.class liquibase.ext.hibernate.diff.UnexpectedIndexChangeGenerator.class liquibase.ext.hibernate.snapshot.CatalogSnapshotGenerator.class liquibase.ext.hibernate.snapshot.ColumnSnapshotGenerator.class liquibase.ext.hibernate.snapshot.ForeignKeySnapshotGenerator.class liquibase.ext.hibernate.snapshot.HibernateSnapshotGenerator.class liquibase.ext.hibernate.snapshot.IndexSnapshotGenerator.class liquibase.ext.hibernate.snapshot.PrimaryKeySnapshotGenerator.class liquibase.ext.hibernate.snapshot.SchemaSnapshotGenerator.class liquibase.ext.hibernate.snapshot.SequenceSnapshotGenerator.class liquibase.ext.hibernate.snapshot.TableSnapshotGenerator.class liquibase.ext.hibernate.snapshot.UniqueConstraintSnapshotGenerator.class liquibase.ext.hibernate.snapshot.ViewSnapshotGenerator.class liquibase.ext.hibernate.snapshot.extension.ExtendedSnapshotGenerator.class liquibase.ext.hibernate.snapshot.extension.MultipleHiLoPerTableSnapshotGenerator.class liquibase.ext.hibernate.snapshot.extension.TableGeneratorSnapshotGenerator.class
liquibase-hibernate4-3.4.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.liquibase.ext</groupId> <artifactId>liquibase-hibernate4</artifactId> <version>3.4</version> <name>Liquibase Hibernate Integration</name> <description>Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files </description> <url>https://github.com/liquibase/liquibase-hibernate/wiki</url> <organization> <name>Liquibase.org</name> <url>http://www.liquibase.org</url> </organization> <licenses> <license> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <name>Apache License, Version 2.0</name> </license> </licenses> <issueManagement> <url>https://github.com/liquibase/liquibase-hibernate/issues</url> </issueManagement> <scm> <connection>scm:git:http://github.com/liquibase/liquibase-hibernate.git</connection> <url>https://github.com/liquibase/liquibase-hibernate</url> </scm> <developers> <developer> <id>nvoxland</id> <name>Nathan Voxland</name> <email>nathan.voxland@liquibase.org</email> <roles> <role>architect</role> <role>developer</role> </roles> <timezone>-6</timezone> </developer> <developer> <id>randomeizer</id> <name>David Peterson</name> <email>david.peterson@servicerocket.com</email> <url>http://www.servicerocket.com/</url> <roles> <role>developer</role> </roles> </developer> <developer> <id>fxbonnet</id> <name>Francois-Xavier Bonnet</name> <email>francois-xavier.bonnet@centraliens.net</email> <organizationUrl>http://www.octo.com/</organizationUrl> <roles> <role>architect</role> <role>developer</role> </roles> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> <version>4.11</version> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.3.1.Final</version> </dependency> <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> <version>1.0.1.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>4.3.1.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-envers</artifactId> <version>4.3.1.Final</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>3.2.4.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>3.2.4.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.2.4.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>3.2.4.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> <version>3.2.4.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-hibernate</artifactId> <version>1.2.9</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> <version>3.2.0</version> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>2.2.9</version> <scope>test</scope> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.26</version> <scope>test</scope> </dependency> </dependencies> <build> <pluginManagement> <plugins> <plugin> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> <optimize>true</optimize> <debug>true</debug> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> <reportFormat>plain</reportFormat> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>enforce-java</id> <phase>compile</phase> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <requireJavaVersion> <version>1.6</version> </requireJavaVersion> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.2.2</version> <configuration> <stagingRepository>/tmp/maven-snapshot</stagingRepository> <mavenExecutorId>forked-path</mavenExecutorId> <pushChanges>false</pushChanges> </configuration> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>false</skip> </configuration> </plugin> <plugin> <artifactId>maven-scm-plugin</artifactId> <configuration> <pushChanges>false</pushChanges> </configuration> </plugin> </plugins> </pluginManagement> </build> <distributionManagement> <repository> <id>sonatype-nexus-staging</id> <name>Nexus Release Repository</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>http://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <profiles> <profile> <!-- Required for deployment to Sonatype --> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>org.liquibase.ext</groupId> <artifactId>liquibase-hibernate4</artifactId> <version>3.4</version> </dependency>
If you think the following liquibase-hibernate4-3.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download liquibase-hibernate4-3.4.jar file