Registry / testing / junit-platform-console-standalone

junit-platform-console-standalone

JSON →
library6.0.3javamavenunverified

Standalone executable JAR for launching the JUnit Platform from the console.

<dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-console-standalone</artifactId> <version>6.0.3</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-PLATFORM-CON
J
junit-platform-console-standalone
testingjavav6.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConsoleLauncher
org.junit.platform.console.ConsoleLauncher

Launches JUnit Platform console to scan and run tests.

import org.junit.platform.console.ConsoleLauncher; public class Example { public static void main(String[] args) { ConsoleLauncher.main(new String[]{"--scan-classpath"}); } }
Debug
Known issues
breakingJUnit Platform Console Standalone 6.0.3 requires Java 17+.
fix
Ensure your runtime uses Java 17 or later.
affects: >=6.0.0
Upgrade
Version history
6.0.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
junit-platform-console-standalone — mvn dependency:get junit-platform-console-standalone · libregistry