T

TestingCapabilityRestApi

文件下载
文件名 操作
TestingCapabilityRestApi-3.0.11.jar 下载
TestingCapabilityRestApi-3.0.11.pom 下载
TestingCapabilityRestApi-3.0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.claremontqualitymanagement.TestAutomationFramework</groupId>
  <artifactId>TestingCapabilityRestApi</artifactId>
  <version>3.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityRestApi:3.0.11'
Gradle Kotlin
implementation("com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityRestApi:3.0.11")
Scala SBT
libraryDependencies += "com.github.claremontqualitymanagement.TestAutomationFramework" % "TestingCapabilityRestApi" % "3.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.claremontqualitymanagement.TestAutomationFramework', module='TestingCapabilityRestApi', version='3.0.11')
)
Apache Ivy
<dependency org="com.github.claremontqualitymanagement.TestAutomationFramework" name="TestingCapabilityRestApi" rev="3.0.11" />
Leiningen
[com.github.claremontqualitymanagement.TestAutomationFramework/TestingCapabilityRestApi "3.0.11"]
Apache Buildr
'com.github.claremontqualitymanagement.TestAutomationFramework:TestingCapabilityRestApi:jar:3.0.11'