文章詳情頁
java - maven依賴無法拉取hbase jar
瀏覽:104日期:2024-01-28 16:29:30
問題描述
maven依賴:
<dependency><groupId>org.apache.hbase</groupId><artifactId>hbase</artifactId><version>1.2.1</version><type>pom</type> </dependency>
但是在項目中沒看到hbase相關jar
這個是什么原因呀?
問題解答
回答1:應該是Nexus到中央倉庫去拉失敗了吧。建議在Nexus上配個國內的倉庫,或者嘛,……
回答2:國內鏡像推薦:http://maven.aliyun.com/nexus/content/groups/public/
標簽:
java
相關文章:
1. docker不顯示端口映射呢?2. java - 請問在main方法中寫成對象名.屬性()并賦值,與直接參參數賦值輸錯誤是什么原因?3. MySQL數據庫中文亂碼的原因4. docker - 各位電腦上有多少個容器啊?容器一多,自己都搞混了,咋辦呢?5. macos - mac下docker如何設置代理6. android studio總是在processes running好久7. 關docker hub上有些鏡像的tag被標記““This image has vulnerabilities””8. mysql - 新浪微博中的關注功能是如何設計表結構的?9. docker-compose 為何找不到配置文件?10. docker gitlab 如何git clone?
排行榜
