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