T

TestingCapabilityJavaGui

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