GroupId | GroupIdorg.codehaus.tycho |
---|---|
ArtifactId | ArtifactIdtycho-testing-harness |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTycho Testing Harness
Tycho integrates Maven with Eclipse and OSGi
|
Filename | Size |
---|---|
tycho-testing-harness-0.5.0.pom | |
tycho-testing-harness-0.5.0.jar | 6 KB |
tycho-testing-harness-0.5.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.tycho/tycho-testing-harness/ -->
<dependency>
<groupId>org.codehaus.tycho</groupId>
<artifactId>tycho-testing-harness</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.tycho/tycho-testing-harness/
implementation 'org.codehaus.tycho:tycho-testing-harness:0.5.0'
// https://jarcasting.com/artifacts/org.codehaus.tycho/tycho-testing-harness/
implementation ("org.codehaus.tycho:tycho-testing-harness:0.5.0")
'org.codehaus.tycho:tycho-testing-harness:jar:0.5.0'
<dependency org="org.codehaus.tycho" name="tycho-testing-harness" rev="0.5.0">
<artifact name="tycho-testing-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.tycho', module='tycho-testing-harness', version='0.5.0')
)
libraryDependencies += "org.codehaus.tycho" % "tycho-testing-harness" % "0.5.0"
[org.codehaus.tycho/tycho-testing-harness "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 2.0-SNAPSHOT |
org.apache.maven : maven-core | jar | 3.0-alpha-4 |