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