| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.github.adedayo.eclipse.sdk | 
| ArtifactId | ArtifactIdorg.eclipse.core.tests.harness | 
| Last Version | Last Version3.11.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.eclipse.core.tests.harness A packaging of the eclipse sdk org.eclipse.core.tests.harness library. | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.core.tests.harness/ -->
<dependency>
    <groupId>com.github.adedayo.eclipse.sdk</groupId>
    <artifactId>org.eclipse.core.tests.harness</artifactId>
    <version>3.11.0</version>
</dependency>// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.core.tests.harness/
implementation 'com.github.adedayo.eclipse.sdk:org.eclipse.core.tests.harness:3.11.0'// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.core.tests.harness/
implementation ("com.github.adedayo.eclipse.sdk:org.eclipse.core.tests.harness:3.11.0")'com.github.adedayo.eclipse.sdk:org.eclipse.core.tests.harness:jar:3.11.0'<dependency org="com.github.adedayo.eclipse.sdk" name="org.eclipse.core.tests.harness" rev="3.11.0">
  <artifact name="org.eclipse.core.tests.harness" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.adedayo.eclipse.sdk', module='org.eclipse.core.tests.harness', version='3.11.0')
)libraryDependencies += "com.github.adedayo.eclipse.sdk" % "org.eclipse.core.tests.harness" % "3.11.0"[com.github.adedayo.eclipse.sdk/org.eclipse.core.tests.harness "3.11.0"]