~/ learn/ java-from-zero/ cards/ Project structure & build tools
1 of 4

Type a Maven JUnit dependency block

Type a Maven JUnit dependency block

Answer

<dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.10.0</version> <scope>test</scope> </dependency>

groupId:artifactId:version is Maven's coordinate system. scope test keeps JUnit off the production classpath — only available when compiling and running tests.

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/3803d51d-dce7-4f93-a5a1-1a0741223322/flashcard utf-8 LF