MVN

org.itsallcode : junit5-system-extensions

Maven & Gradle

Apr 26, 2021
5 usages
8 stars

JUnit5 System Extensions · These extensions help testing behavior that is related to `System.x` calls like `exit(int).

<dependency>
    <groupId>org.itsallcode</groupId>
    <artifactId>junit5-system-extensions</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.itsallcode : junit5-system-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of org.itsallcode : junit5-system-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
junit5-system-extensions-1.2.0
1.1.x
junit5-system-extensions-1.1.0
1.0.x
junit5-system-extensions-1.0.3

How to add a dependency to Maven

Add the following org.itsallcode : junit5-system-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.itsallcode</groupId>
    <artifactId>junit5-system-extensions</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.itsallcode : junit5-system-extensions gradle dependency to your build.gradle file:

implementation 'org.itsallcode:junit5-system-extensions:1.2.0'

Gradle Kotlin DSL: Add the following org.itsallcode : junit5-system-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.itsallcode:junit5-system-extensions:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.itsallcode : junit5-system-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.itsallcode" % "junit5-system-extensions" % "1.2.0"

Advertisement

Dependencies from Group

Apr 26, 2021
5 usages
8 stars
Mar 17, 2022
2 usages
68 stars
Feb 20, 2021
1 usages
2 stars

Discover Dependencies

Feb 27, 2019
5 usages
Mar 16, 2021
4 usages
32 stars
Oct 17, 2019
4 usages
Apr 09, 2019
5 usages
1k stars
Apr 09, 2019
5 usages
1k stars
Nov 09, 2018
4 usages
55 stars
Jun 03, 2019
4 usages
5.1k stars
Jun 03, 2019
4 usages
5.1k stars
Jun 22, 2023
11 usages
2 stars