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