簡體   English   中英

為什么最新的hibernate不在maven中央存儲庫中?

[英]Why latest hibernate does not in the maven central repository?

我在hibernate的maven中央存儲庫中找不到3.5.0-Final。 另外,在哪里獲得3.6.0-決賽?

JBoss已經開始在JBoss社區博客上發布與Maven central同步他們自己的repo,因此現在可以使用hibernate工件而無需將JBoss存儲庫添加到pom.xml或存儲庫管理器。

搜尋結果hibernate-core

搜索結果為hibernate-core

要將Hibernate Core 3.6.3添加到您的項目中,只需將以下代碼段添加到您的pom:

<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-core</artifactId>
    <version>3.6.3.Final</version>
</dependency>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM