failed to resolve org junit platform 3ajunit platform launcher 3a1 7 0

Solutions on MaxInterview for failed to resolve org junit platform 3ajunit platform launcher 3a1 7 0 by the best coders in the world

showing results for - "failed to resolve org junit platform 3ajunit platform launcher 3a1 7 0"
Gwendoline
21 Apr 2018
1<dependency>
2  <groupId>org.junit.platform</groupId>
3  <artifactId>junit-platform-launcher</artifactId>
4  <version>1.7.0</version>
5  <scope>test</scope>
6</dependency>