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