How Can Junits Be Implemented Using Maven #1116
How can junits be implemented using maven?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - JUnits - Quiz No.1.
How can junits be implemented using maven?
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> </dependency>
<dependency> <groupId>org.junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> </dependency>
<dependency> <groupId>mock.junit</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> </dependency>
<dependency> <groupId>junits</groupId> <artifactId>junit</artifactId> <version>4.8.1</version> </dependency>