maven依赖项版本查询

今天看到一个fastjson,不知道最新版本是哪个,因此查了下查找的方法,记下来

https://mvnrepository.com/  查看

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

 

posted @ 2019-01-15 17:39  慕尘  阅读(4018)  评论(0编辑  收藏  举报