maven依赖项版本查询
今天看到一个fastjson,不知道最新版本是哪个,因此查了下查找的方法,记下来
https://mvnrepository.com/ 查看

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.53</version>
</dependency>
今天看到一个fastjson,不知道最新版本是哪个,因此查了下查找的方法,记下来
https://mvnrepository.com/ 查看

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.53</version>
</dependency>