t

tycho-testing-harness

文件下载
文件名 操作
tycho-testing-harness-3.0.2.jar 下载
tycho-testing-harness-3.0.2.pom 下载
tycho-testing-harness-3.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.tycho</groupId>
  <artifactId>tycho-testing-harness</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.tycho:tycho-testing-harness:3.0.2'
Gradle Kotlin
implementation("org.eclipse.tycho:tycho-testing-harness:3.0.2")
Scala SBT
libraryDependencies += "org.eclipse.tycho" % "tycho-testing-harness" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.tycho', module='tycho-testing-harness', version='3.0.2')
)
Apache Ivy
<dependency org="org.eclipse.tycho" name="tycho-testing-harness" rev="3.0.2" />
Leiningen
[org.eclipse.tycho/tycho-testing-harness "3.0.2"]
Apache Buildr
'org.eclipse.tycho:tycho-testing-harness:jar:3.0.2'