求Junit的包

来源:3-1 Spring Bean装配之Bean的配置项及作用域

WLJY

2018-06-01 13:56

请问谁有junit的包啊,能分享一下么

写回答 关注

1回答

  • 一名小码农
    2018-06-01 18:19:39

    <!-- https://mvnrepository.com/artifact/junit/junit -->

    <dependency>

        <groupId>junit</groupId>

        <artifactId>junit</artifactId>

        <version>4.12</version>

        <scope>test</scope>

    </dependency>

    maven了解一下

Spring入门篇

为您带来IOC和AOP的基本概念及用法,为后续高级课程学习打下基础

268786 学习 · 963 问题

查看课程

相似问题