MVN

org.eclipse.tycho : org.eclipse.tycho.surefire.junit4

Maven & Gradle

Aug 21, 2023
1 usages
149 stars

Tycho Surefire OSGi JUnit 4 Runner

<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>org.eclipse.tycho.surefire.junit4</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.tycho : org.eclipse.tycho.surefire.junit4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.eclipse.tycho : org.eclipse.tycho.surefire.junit4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
org.eclipse.tycho.surefire.junit4-4.0.2
org.eclipse.tycho.surefire.junit4-4.0.1
org.eclipse.tycho.surefire.junit4-4.0.0
3.0.x
org.eclipse.tycho.surefire.junit4-3.0.5
org.eclipse.tycho.surefire.junit4-3.0.4
org.eclipse.tycho.surefire.junit4-3.0.3
org.eclipse.tycho.surefire.junit4-3.0.2
org.eclipse.tycho.surefire.junit4-3.0.1
org.eclipse.tycho.surefire.junit4-3.0.0
2.7.x
org.eclipse.tycho.surefire.junit4-2.7.5
org.eclipse.tycho.surefire.junit4-2.7.4
org.eclipse.tycho.surefire.junit4-2.7.3
org.eclipse.tycho.surefire.junit4-2.7.2
org.eclipse.tycho.surefire.junit4-2.7.1
org.eclipse.tycho.surefire.junit4-2.7.0
2.6.x
org.eclipse.tycho.surefire.junit4-2.6.0
2.5.x
org.eclipse.tycho.surefire.junit4-2.5.0
2.4.x
org.eclipse.tycho.surefire.junit4-2.4.0
2.3.x
org.eclipse.tycho.surefire.junit4-2.3.0
2.2.x
org.eclipse.tycho.surefire.junit4-2.2.0
2.1.x
org.eclipse.tycho.surefire.junit4-2.1.0
2.0.x
org.eclipse.tycho.surefire.junit4-2.0.0
1.7.x
org.eclipse.tycho.surefire.junit4-1.7.0
1.6.x
org.eclipse.tycho.surefire.junit4-1.6.0
1.5.x
org.eclipse.tycho.surefire.junit4-1.5.1
org.eclipse.tycho.surefire.junit4-1.5.0
1.4.x
org.eclipse.tycho.surefire.junit4-1.4.0
1.3.x
org.eclipse.tycho.surefire.junit4-1.3.0
1.2.x
org.eclipse.tycho.surefire.junit4-1.2.0
1.1.x
org.eclipse.tycho.surefire.junit4-1.1.0
1.0.x
org.eclipse.tycho.surefire.junit4-1.0.0
0.26.x
org.eclipse.tycho.surefire.junit4-0.26.0
0.25.x
org.eclipse.tycho.surefire.junit4-0.25.0
0.24.x
org.eclipse.tycho.surefire.junit4-0.24.0
0.23.x
org.eclipse.tycho.surefire.junit4-0.23.1
org.eclipse.tycho.surefire.junit4-0.23.0
0.22.x
org.eclipse.tycho.surefire.junit4-0.22.0
0.21.x
org.eclipse.tycho.surefire.junit4-0.21.0
0.20.x
org.eclipse.tycho.surefire.junit4-0.20.0
0.19.x
org.eclipse.tycho.surefire.junit4-0.19.0
0.18.x
org.eclipse.tycho.surefire.junit4-0.18.1
org.eclipse.tycho.surefire.junit4-0.18.0
0.17.x
org.eclipse.tycho.surefire.junit4-0.17.0
0.16.x
org.eclipse.tycho.surefire.junit4-0.16.0
0.15.x
org.eclipse.tycho.surefire.junit4-0.15.0
0.14.x
org.eclipse.tycho.surefire.junit4-0.14.1
org.eclipse.tycho.surefire.junit4-0.14.0
0.13.x
org.eclipse.tycho.surefire.junit4-0.13.0
0.12.x
org.eclipse.tycho.surefire.junit4-0.12.0

How to add a dependency to Maven

Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.junit4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>org.eclipse.tycho.surefire.junit4</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.junit4 gradle dependency to your build.gradle file:

implementation 'org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:4.0.2'

Gradle Kotlin DSL: Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.junit4 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.tycho:org.eclipse.tycho.surefire.junit4:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.tycho : org.eclipse.tycho.surefire.junit4 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.tycho" % "org.eclipse.tycho.surefire.junit4" % "4.0.2"

Advertisement