Java 下载休眠 jar 文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18625868/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Downloading hibernate jar files
提问by Scalable
I am trying to download hibernate [hopefully version 3] from http://www.hibernate.org/hibernate/downloadsand for last two days I am getting either 404 or 500 from a proxy server some how. It appears that visiting above url spawns a prox server request to somewhere else. I have tried this from different IPs, from remote locations but this refuses to work.
我正在尝试从http://www.hibernate.org/hibernate/downloads下载 hibernate [希望是版本 3] ,最近两天我从代理服务器获取 404 或 500。似乎访问上面的 url 会向其他地方产生一个代理服务器请求。我已经从远程位置的不同 IP 尝试过此操作,但这无法正常工作。
On the other hand I downloaded the source from sourceforge and then tried to compile, which again did not worked for some other reason. I could not find compiled hibernate 3 on sourceforge.
另一方面,我从 sourceforge 下载了源代码,然后尝试编译,但由于其他原因再次无法正常工作。我在 sourceforge 上找不到编译的 hibernate 3。
So My question is : Is there some other reliable source of hibernate ? Does the linkwork for you guys.
所以我的问题是:还有其他可靠的休眠来源吗?请问该链接为你们工作。
采纳答案by William LAM
you may download jars in maven repository. Here is the link: http://mvnrepository.com/artifact/org.hibernate/hibernate-core
您可以在 Maven 存储库中下载 jar。这是链接:http: //mvnrepository.com/artifact/org.hibernate/hibernate-core
回答by Behzad Hassani
回答by Thorsten
You can download hibernate from here. It is a download with dependencies. This is maybe better than the single core file: https://jar-download.com/explore-java-source-code.php?a=hibernate-core&g=org.hibernate&v=5.2.0.Final&downloadable=1
你可以从这里下载休眠。它是具有依赖项的下载。这可能比单核文件更好:https: //jar-download.com/explore-java-source-code.php?a=hibernate-core &g=org.hibernate&v=5.2.0.Final&downloadable=1