T

TechnologiesSupport

This is the technologies enabling project from Claremont TAF
http://www.claremont.se
Files download
File Operation
TechnologiesSupport-3.0.11.jar download
TechnologiesSupport-3.0.11.pom download
TechnologiesSupport-3.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.claremontqualitymanagement.TestAutomationFramework</groupId>
  <artifactId>TechnologiesSupport</artifactId>
  <version>3.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.claremontqualitymanagement.TestAutomationFramework:TechnologiesSupport:3.0.11'
Gradle Kotlin
implementation("com.github.claremontqualitymanagement.TestAutomationFramework:TechnologiesSupport:3.0.11")
Scala SBT
libraryDependencies += "com.github.claremontqualitymanagement.TestAutomationFramework" % "TechnologiesSupport" % "3.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.claremontqualitymanagement.TestAutomationFramework', module='TechnologiesSupport', version='3.0.11')
)
Apache Ivy
<dependency org="com.github.claremontqualitymanagement.TestAutomationFramework" name="TechnologiesSupport" rev="3.0.11" />
Leiningen
[com.github.claremontqualitymanagement.TestAutomationFramework/TechnologiesSupport "3.0.11"]
Apache Buildr
'com.github.claremontqualitymanagement.TestAutomationFramework:TechnologiesSupport:jar:3.0.11'