MVN

com.sugarcrm : candybean

Maven & Gradle

Dec 12, 2015
11 stars

candybean · A highly configurable testing framework that seeks to automate across web and mobile while encapsulating common testing features.

<dependency>
    <groupId>com.sugarcrm</groupId>
    <artifactId>candybean</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sugarcrm : candybean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of com.sugarcrm : candybean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
candybean-2.0.5
candybean-2.0.4
candybean-2.0.3
candybean-2.0.2
candybean-2.0.1
candybean-2.0.0
1.1.x
candybean-1.1.4
candybean-1.1.3
candybean-1.1.2
candybean-1.1.1

How to add a dependency to Maven

Add the following com.sugarcrm : candybean maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sugarcrm</groupId>
    <artifactId>candybean</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sugarcrm : candybean gradle dependency to your build.gradle file:

implementation 'com.sugarcrm:candybean:2.0.5'

Gradle Kotlin DSL: Add the following com.sugarcrm : candybean gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sugarcrm:candybean:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sugarcrm : candybean sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sugarcrm" % "candybean" % "2.0.5"

Advertisement