c

candybean

A highly configurable testing framework that seeks to automate across web and mobile while encapsulating common testing features.
http://sugarcrm.github.io/candybean/
GNU Affero General Public License Version 3
SugarCRM, Inc.
Conrad Soon Larry Jason Wilson Shehryay
文件下载
文件名 操作
candybean-2.0.5.jar 下载
candybean-2.0.5.pom 下载
candybean-2.0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sugarcrm</groupId>
  <artifactId>candybean</artifactId>
  <version>2.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.sugarcrm:candybean:2.0.5'
Gradle Kotlin
implementation("com.sugarcrm:candybean:2.0.5")
Scala SBT
libraryDependencies += "com.sugarcrm" % "candybean" % "2.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.sugarcrm', module='candybean', version='2.0.5')
)
Apache Ivy
<dependency org="com.sugarcrm" name="candybean" rev="2.0.5" />
Leiningen
[com.sugarcrm/candybean "2.0.5"]
Apache Buildr
'com.sugarcrm:candybean:jar:2.0.5'