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