MVN

io.syndesis.transitional : junit4-stub

Maven & Gradle

Dec 21, 2021
3 usages
482 stars

Transitional :: JUnit 4 stub · Stub used instead of JUnit 4 dependency. These classes are used only so that the class hiearchy can be maintained. Functionality of these classes is not used, that's why they're empty, but they're needed to successfuly compile 3rd party dependencies without introducing junit:junit (JUnit 4) dependency. For one such case see: https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008

<dependency>
    <groupId>io.syndesis.transitional</groupId>
    <artifactId>junit4-stub</artifactId>
    <version>1.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.syndesis.transitional : junit4-stub to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13.2

All Versions

Choose a version of io.syndesis.transitional : junit4-stub to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13.x
junit4-stub-1.13.2
junit4-stub-1.13.1
junit4-stub-1.13.0
1.12.x
junit4-stub-1.12.1
junit4-stub-1.12.0

How to add a dependency to Maven

Add the following io.syndesis.transitional : junit4-stub maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.syndesis.transitional</groupId>
    <artifactId>junit4-stub</artifactId>
    <version>1.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.syndesis.transitional : junit4-stub gradle dependency to your build.gradle file:

implementation 'io.syndesis.transitional:junit4-stub:1.13.2'

Gradle Kotlin DSL: Add the following io.syndesis.transitional : junit4-stub gradle kotlin dependency to your build.gradle.kts file:

implementation("io.syndesis.transitional:junit4-stub:1.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.syndesis.transitional : junit4-stub sbt scala dependency to your build.sbt file:

libraryDependencies += "io.syndesis.transitional" % "junit4-stub" % "1.13.2"

Advertisement