Downloads
Hibernate OGM 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
Hibernate OGM 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 OGM releases here. For more information on how to configure Maven to use JBoss's repository, see this page.
To include the latest release of Hibernate OGM into your Maven project add the one of following dependencies:
Latest development release
<dependency>
<groupId>org.hibernate.ogm</groupId>
<artifactId>hibernate-ogm-core</artifactId>
<version>4.0.0.Beta1</version>
</dependency>