美文网首页
maven 常用的依赖

maven 常用的依赖

作者: 你家门口的两朵云 | 来源:发表于2021-01-14 15:41 被阅读0次
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
<dependency>
    <groupId>org.junit.jupiter</groupId>
    <artifactId>junit-jupiter-api</artifactId>
    <version>5.7.0</version>
    <scope>test</scope>
</dependency>





相关文章

网友评论

      本文标题:maven 常用的依赖

      本文链接:https://www.haomeiwen.com/subject/mxyvaktx.html