问答详情
源自:3-1 Spring Bean装配之Bean的配置项及作用域

求Junit的包

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

提问者:WLJY 2018-06-01 13:56

个回答

  • 一名小码农
    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了解一下