标签:pom.xml cti pre depend java 处理 group https mvn
在https://mvnrepository.com/search?q=thumbnailator找到依赖相关的版本,然后加到pom.xml中
<!-- https://mvnrepository.com/artifact/net.coobird/thumbnailator --> <dependency> <groupId>net.coobird</groupId> <artifactId>thumbnailator</artifactId> <version>0.4.8</version> </dependency>
标签:pom.xml cti pre depend java 处理 group https mvn
原文地址:https://www.cnblogs.com/SkyeAngel/p/8870801.html