Search
Hibernate Metamodel Generator

Hibernate Metamodel Generator

Relational Persistence for Java and .NET

Downloads

Hibernate Metamodel Generator releases are consumable in 2 different formats:

Distribution bundle

Distribution bundles are hosted on SourceForge File Release System. They come as both ZIP and TGZ archives.  They contain jars, documentation, source code, etc.

Maven repository artifacts

The Hibernate Metamodel Generator is built using Maven and publishes as part of the release process the project artifacts to the JBoss Maven Repository. You can browse the available releases here.

To include the latest release of Hibernate Metamodel Generator into your Maven project add the following dependency:

Latest production release
	
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-jpamodelgen</artifactId>
    <version>1.2.0.Final</version>
</dependency>