<dependency>
<groupId>com.github.claremontqualitymanagement.TestAutomationFramework</groupId>
<artifactId>TafFull</artifactId>
<version>3.0.3</version>
</dependency>
implementation 'com.github.claremontqualitymanagement.TestAutomationFramework:TafFull:3.0.3'
implementation("com.github.claremontqualitymanagement.TestAutomationFramework:TafFull:3.0.3")
libraryDependencies += "com.github.claremontqualitymanagement.TestAutomationFramework" % "TafFull" % "3.0.3"
@Grapes(
@Grab(group='com.github.claremontqualitymanagement.TestAutomationFramework', module='TafFull', version='3.0.3')
)
<dependency org="com.github.claremontqualitymanagement.TestAutomationFramework" name="TafFull" rev="3.0.3" />
<parent> <groupId>com.github.claremontqualitymanagement.TestAutomationFramework</groupId> <artifactId>TestAutomationFramework</artifactId> <version>3.0.3</version> </parent>
compile
|-- com.github.claremontqualitymanagement.TestAutomationFramework:Core
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityRestApi
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityWeb
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityJson
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityJavaGui
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilitySoap
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilitySmartImageGui
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TechnologiesSupport
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityWeb
|-- com.jcraft:jsch
|-- commons-logging:commons-logging
|-- com.jayway.jsonpath:json-path
|-- javax.mail:mail
|-- org.apache.commons:commons-lang3
|-- org.jline:jline
|-- org.apache.httpcomponents:httpclient
|-- org.seleniumhq.selenium:selenium-chrome-driver
|-- org.seleniumhq.selenium:selenium-firefox-driver
|-- org.seleniumhq.selenium:selenium-remote-driver
|-- org.seleniumhq.selenium:selenium-ie-driver
|-- org.seleniumhq.selenium:selenium-safari-driver
|-- org.seleniumhq.selenium:selenium-edge-driver
|-- org.seleniumhq.selenium:selenium-api
|-- org.apache.commons:commons-exec
|-- jcifs:jcifs
|-- junit:junit
|-- org.hamcrest:hamcrest-core
|-- log4j:log4j
|-- com.squareup.okhttp3:okhttp
|-- org.apache.httpcomponents:httpcore
|-- com.ibm.mq:com.ibm.mq.allclient
|-- io.github.bonigarcia:webdrivermanager
|-- com.github.detro.ghostdriver:phantomjsdriver
|-- org.seleniumhq.selenium:selenium-common
|-- org.seleniumhq.selenium:selenium-support
|-- org.seleniumhq.selenium:selenium-java
|-- org.seleniumhq.selenium:selenium-server
|-- org.seleniumhq.selenium:selenium-remote-driver
|-- org.seleniumhq.selenium:selenium-firefox-driver
|-- org.json:json
|-- mysql:mysql-connector-java
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.apache.logging.log4j:log4j-core
runtime
|-- net.sf.proguard:proguard-base
test
|-- net.sourceforge.htmlunit:htmlunit
|-- org.seleniumhq.selenium:selenium-htmlunit-driver
|-- com.squareup.okhttp3:mockwebserver
|-- com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityWeb