java - maven依赖无法拉取hbase jar
PHP中文网
PHP中文网 2017-04-18 10:49:44
0
2
917

maven依赖:

    <dependency>
        <groupId>org.apache.hbase</groupId>
        <artifactId>hbase</artifactId>
        <version>1.2.1</version>
        <type>pom</type>
    </dependency>

但是在项目中没看到hbase相关jar

这个是什么原因呀?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
左手右手慢动作

It should be that Nexus failed to pull it from the central warehouse. It is recommended to configure a domestic warehouse on Nexus, or...

Ty80

Domestic mirror recommendation:http://maven.aliyun.com/nexus/content/groups/public/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!