MVN

biz.aQute : osgi.enroute.junit.wrapper

Maven & Gradle

Jan 07, 2020
4 stars

osgi.enroute.junit.wrapper · JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. This bundle wraps JUnit as is and exports all packages with the bundle version since JUnit has not understood package versioning, nor semantic versioning.

<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>osgi.enroute.junit.wrapper</artifactId>
    <version>4.13.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.aQute : osgi.enroute.junit.wrapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.13.0

All Versions

Choose a version of biz.aQute : osgi.enroute.junit.wrapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.13.x
osgi.enroute.junit.wrapper-4.13.0

How to add a dependency to Maven

Add the following biz.aQute : osgi.enroute.junit.wrapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>osgi.enroute.junit.wrapper</artifactId>
    <version>4.13.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.aQute : osgi.enroute.junit.wrapper gradle dependency to your build.gradle file:

implementation 'biz.aQute:osgi.enroute.junit.wrapper:4.13.0'

Gradle Kotlin DSL: Add the following biz.aQute : osgi.enroute.junit.wrapper gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.aQute:osgi.enroute.junit.wrapper:4.13.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.aQute : osgi.enroute.junit.wrapper sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.aQute" % "osgi.enroute.junit.wrapper" % "4.13.0"

Advertisement