| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse.tycho | 
| ArtifactId | ArtifactIdtycho-testing-harness | 
| Last Version | Last Version2.7.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionTycho Testing Harness Tycho integrates Maven with Eclipse and OSGi | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-testing-harness/ -->
<dependency>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-testing-harness</artifactId>
    <version>2.7.3</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-testing-harness/
implementation 'org.eclipse.tycho:tycho-testing-harness:2.7.3'// https://jarcasting.com/artifacts/org.eclipse.tycho/tycho-testing-harness/
implementation ("org.eclipse.tycho:tycho-testing-harness:2.7.3")'org.eclipse.tycho:tycho-testing-harness:jar:2.7.3'<dependency org="org.eclipse.tycho" name="tycho-testing-harness" rev="2.7.3">
  <artifact name="tycho-testing-harness" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.tycho', module='tycho-testing-harness', version='2.7.3')
)libraryDependencies += "org.eclipse.tycho" % "tycho-testing-harness" % "2.7.3"[org.eclipse.tycho/tycho-testing-harness "2.7.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 3.3.0 | 
| junit : junit | jar | 4.13.2 | 
| org.hamcrest : hamcrest | jar | 2.2 | 
| org.apache.maven.shared : maven-verifier | jar | 1.7.2 | 
| org.eclipse.tycho : sisu-equinox-embedder | jar | 2.7.3 | 
| org.eclipse.tycho : org.eclipse.tycho.core.shared | jar | 2.7.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven : maven-core | jar | 3.8.4 |