It is highly recommended to consume Hibernate ORM artifacts through a dependency management tool. The artifacts can be found in Maven's central repository but are released first in the JBoss maven repository.
Let us now take an example to understand how we can use Hibernate to provide Java persistence in a standalone application. We will go through the different steps involved in creating a Java Application using Hibernate technology.