t

tycho-testing-harness

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