Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From <a href="http://www.hibernate.org/downloads" rel="nofollow noreferrer">Hibernate's download page</a>, the JBoss Maven Repository is at <a href="https://repository.jboss.org/nexus/content/groups/public/" rel="nofollow noreferrer">https://repository.jboss.org/nexus/content/groups/public/</a></p> <p>Your question is tagged with Maven-2, but if you're not using Maven to manage dependencies, you should be downloading the Hibernate Bundle from <a href="http://sourceforge.net/projects/hibernate/files/hibernate3/3.5.6-Final/" rel="nofollow noreferrer">SourceForge</a>.</p> <p>Anyway, Maven can download them from the <a href="http://repo1.maven.org/maven2/org/hibernate/hibernate-annotations/3.5.6-Final/" rel="nofollow noreferrer">Maven Central Repository</a>. You can use these dependencies for hibernate 3.5.6, with annotations, without specifying any additional repository : </p> <pre><code> &lt;dependency&gt; &lt;groupId&gt;org.hibernate&lt;/groupId&gt; &lt;artifactId&gt;hibernate-annotations&lt;/artifactId&gt; &lt;version&gt;3.5.6-Final&lt;/version&gt; &lt;/dependency&gt; </code></pre> <p>You might want to use the <code>hibernate-core</code> artifact instead, and other non-transitive dependencies you're intereseted in.</p> <p>Take a look at this possible duplicate question: <a href="https://stackoverflow.com/q/1230249/851811">How can I use Maven to get the latest Hibernate release?</a></p> <p>By the way, it seems that repository.jboss.org/maven2 <a href="http://www.isup.me/http://repository.jboss.org/maven2" rel="nofollow noreferrer">is up</a>. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload