当前位置:网站首页>Develop common dependency Libraries
Develop common dependency Libraries
2022-06-30 06:58:00 【A Xiaoming】
<!--junit5 The test framework and assertj-->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<!-- use 2.5.0 for Java 7 projects -->
<version>3.5.2</version>
<scope>test</scope>
</dependency>
<!--junit4-->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>4.12.1</version>
</dependency>
边栏推荐
- Porting RT thread to s5p4418 (V): thread communication
- ETL为什么经常变成ELT甚至LET?
- ROS service communication programming
- 6、 Shopping ⻋ and orders
- 图解八股,真的太顶了
- Performance comparison of random network, scale-free network, small world network and NS small world matlab simulation
- 0基础转行软件测试,如何实现月薪9.5k+
- 1.7 - CPU performance indicators
- First line of code (Third Edition) learning notes
- CPU到底是怎么识别代码的?
猜你喜欢

Initial love with mqtt

Porting RT thread to s5p4418 (II): dynamic memory management

Steps for formulating class or file templates in idea

基础刷题(一)

Relevant database questions.

Graphic octet, really top
![[JSON tutorial] Chapter 1 learning notes](/img/ce/cf74b396a8bd4c4c7028663b8cb665.png)
[JSON tutorial] Chapter 1 learning notes

【模糊神经网络】基于模糊神经网络的移动机器人路径规划

tomorrow! "Mobile cloud Cup" competition air publicity will start!

How to set the hot deployment of idea web project
随机推荐
Introduction to neural networks
Servlet principle
原理:WebMvcConfigurer 与 WebMvcConfigurationSupport避坑指南
ftplib+ tqdm 上传下载进度条
Xshell transfer file
Solr search
Deep learning --- the weight of the three good students' scores (3)
SOC_SD_CLK
RT thread Kernel Implementation (IV): multi priority
IDEA import导入的类明明存在,却飘红?
leetcode:98. 验证二叉搜索树
【每日一题】535. TinyURL 的加密与解密
15 minutes learn to use JWT
ROS program compilation, like no compilation, refers to the execution of the old compiled executable program
Four tips in numpy
GO安装以及配置(1)
Authority management system
Skillfully use 5 keys to improve office efficiency
【我的OpenGL学习进阶之旅】关于OpenGL的着色器的向量和矩阵分类的访问方式: xyzw/rgba/stpq以及数组下标
Records of problems solved (continuously updated)