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