开发者

Link to Hibernate Annotation download [closed]

开发者 https://www.devze.com 2023-03-25 11:03 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

开发者_如何学JAVA Improve this question

I wanted to download the Hibernate Annotation Module at the hibernate website but I cant seem to find where the jar files are located.

I only see below links Hibernate Download Site http://imageshack.us/photo/my-images/192/hibernate.jpg/

Can somebody share with me where it is? I was able to download hibernate-distribution-3.6.6.Final core module but not the annotations

Thanks


If you using Maven you can add dependency of latest GA release.

<dependency>
  <groupId>hibernate-annotations</groupId>
  <artifactId>hibernate-annotations</artifactId>
  <version>3.2.1.GA</version>
</dependency>


Hibernate annotations is included in the core build now so you probably already have it.

0

精彩评论

暂无评论...
验证码 换一张
取 消