Bohn
Bohn

Reputation: 26919

Where can I get Hibernate Annotations from?

I have just started reading a Hibernate book and it says go to Hibenrate.org and download both HibernateCore and Hibernate Annotations ..well I am at the website and cannot find Hibernate Annotations to download it... is it something that its name is changed after the book I am using is published?

Upvotes: 0

Views: 59

Answers (1)

Slava Semushin
Slava Semushin

Reputation: 15204

Try to download it from there, for example: https://repository.jboss.org/nexus/content/repositories/public/org/hibernate/hibernate-annotations/3.5.6-Final/

But AFAIR in latest versions of Hibernate it become part of hibernate-core JAR.

Upvotes: 1

Related Questions