License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing CLI User Interface |
GroupId | GroupIdorg.eclipse.tycho |
ArtifactId | ArtifactIdorg.eclipse.tycho.surefire.junit57withvintage |
Last Version | Last Version2.7.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTycho Surefire OSGi JUnit 5.7 Runner with JUnit Vintage to execute JUnit 4.x tests as well
Tycho integrates Maven with Eclipse and OSGi
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit57withvintage/ -->
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>org.eclipse.tycho.surefire.junit57withvintage</artifactId>
<version>2.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit57withvintage/
implementation 'org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:2.7.3'
// https://jarcasting.com/artifacts/org.eclipse.tycho/org.eclipse.tycho.surefire.junit57withvintage/
implementation ("org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:2.7.3")
'org.eclipse.tycho:org.eclipse.tycho.surefire.junit57withvintage:jar:2.7.3'
<dependency org="org.eclipse.tycho" name="org.eclipse.tycho.surefire.junit57withvintage" rev="2.7.3">
<artifact name="org.eclipse.tycho.surefire.junit57withvintage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.tycho', module='org.eclipse.tycho.surefire.junit57withvintage', version='2.7.3')
)
libraryDependencies += "org.eclipse.tycho" % "org.eclipse.tycho.surefire.junit57withvintage" % "2.7.3"
[org.eclipse.tycho/org.eclipse.tycho.surefire.junit57withvintage "2.7.3"]