I'm not sure which types of files you're looking for?
Hibernate core and Hibernate annotations, the main modules for using Hiberante with JPA, can be downloaded from hibernate.org
As far as which are the most important files in Hibernate, like Java classes, I'd say the Hibernate Session, the SessionFactory, the AnnotationConfiguration and of course the DAOs and other stuff you code around them.
I think you need to focus your search, and start with the basics. If you'd like a fairly helpful set of tutorials that will show you how to set up Hibernate or use the basic Hibernate classes, you can find some here:
http://www.hiberbook.com/HiberBookWeb/learn.jsp?tutorial=01howtogetstartedwithhibernate
Best of luck!