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