License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdbiz.aQute |
ArtifactId | ArtifactIdosgi.enroute.junit.wrapper |
Last Version | Last Version4.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionosgi.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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/biz.aQute/osgi.enroute.junit.wrapper/ -->
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>osgi.enroute.junit.wrapper</artifactId>
<version>4.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/biz.aQute/osgi.enroute.junit.wrapper/
implementation 'biz.aQute:osgi.enroute.junit.wrapper:4.13.0'
// https://jarcasting.com/artifacts/biz.aQute/osgi.enroute.junit.wrapper/
implementation ("biz.aQute:osgi.enroute.junit.wrapper:4.13.0")
'biz.aQute:osgi.enroute.junit.wrapper:jar:4.13.0'
<dependency org="biz.aQute" name="osgi.enroute.junit.wrapper" rev="4.13.0">
<artifact name="osgi.enroute.junit.wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='biz.aQute', module='osgi.enroute.junit.wrapper', version='4.13.0')
)
libraryDependencies += "biz.aQute" % "osgi.enroute.junit.wrapper" % "4.13.0"
[biz.aQute/osgi.enroute.junit.wrapper "4.13.0"]