Files download
File Operation
th2-gradle-plugin-0.0.8.jar download
th2-gradle-plugin-0.0.8.pom download
th2-gradle-plugin-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.exactpro.th2</groupId>
  <artifactId>th2-gradle-plugin</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.exactpro.th2:th2-gradle-plugin:0.0.8'
Gradle Kotlin
implementation("com.exactpro.th2:th2-gradle-plugin:0.0.8")
Scala SBT
libraryDependencies += "com.exactpro.th2" % "th2-gradle-plugin" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.exactpro.th2', module='th2-gradle-plugin', version='0.0.8')
)
Apache Ivy
<dependency org="com.exactpro.th2" name="th2-gradle-plugin" rev="0.0.8" />
Leiningen
[com.exactpro.th2/th2-gradle-plugin "0.0.8"]
Apache Buildr
'com.exactpro.th2:th2-gradle-plugin:jar:0.0.8'