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