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