Could not find artifact cn.hutool:hutool-all:jar:8.1 in central 导入Hutool报错

XML 复制代码
        <!-- https://mvnrepository.com/artifact/cn.hutool/hutool-all -->
        <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>5.8.9</version>
        </dependency>

引入hutool 8.1版本的工具包的时候提示

Could not find artifact cn.hutool:hutool-all:jar:8.1 in central (https://repo.maven.apache.org/maven2)

Try to run Maven import with -U flag (force update snapshots)

如下所示:

接着打开 maven官方仓库

https://repo.maven.apache.org/maven2

只找到如下版本的jar包

改成5.8.9版本即可

相关推荐
ac.char2 分钟前
在 Ubuntu 上安装 Yarn 环境
linux·运维·服务器·ubuntu
敲上瘾3 分钟前
操作系统的理解
linux·运维·服务器·c++·大模型·操作系统·aigc
tatasix20 分钟前
MySQL UPDATE语句执行链路解析
数据库·mysql
南城花随雪。33 分钟前
硬盘(HDD)与固态硬盘(SSD)详细解读
数据库
儿时可乖了34 分钟前
使用 Java 操作 SQLite 数据库
java·数据库·sqlite
ruleslol35 分钟前
java基础概念37:正则表达式2-爬虫
java
懒是一种态度35 分钟前
Golang 调用 mongodb 的函数
数据库·mongodb·golang
天海华兮38 分钟前
mysql 去重 补全 取出重复 变量 函数 和存储过程
数据库·mysql