~/ 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/e5b5d7b5-0da2-43fc-a3dc-0d88be881a61/flashcard utf-8 LF