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