MVN

org.jszip.redist : chai

Maven & Gradle

Jun 10, 2013
0 stars

expect.js · BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.

<dependency>
    <groupId>org.jszip.redist</groupId>
    <artifactId>chai</artifactId>
    <version>1.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jszip.redist : chai to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of org.jszip.redist : chai to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
chai-1.6.1
chai-1.6.0
1.5.x
chai-1.5.0
1.4.x
chai-1.4.2
chai-1.4.1
chai-1.4.0
1.3.x
chai-1.3.0
1.2.x
chai-1.2.0
1.1.x
chai-1.1.1
chai-1.1.0
1.0.x
chai-1.0.4
chai-1.0.3
chai-1.0.2
chai-1.0.1
chai-1.0.0
0.5.x
chai-0.5.3
chai-0.5.2
chai-0.5.1
chai-0.5.0
0.4.x
chai-0.4.2
chai-0.4.1
chai-0.4.0
0.3.x
chai-0.3.4
chai-0.3.3
chai-0.3.2
chai-0.3.1
chai-0.3.0
0.2.x
chai-0.2.4
chai-0.2.3
chai-0.2.2
chai-0.2.1
chai-0.2.0
0.1.x
chai-0.1.7
chai-0.1.6
chai-0.1.5
chai-0.1.4
chai-0.1.3
chai-0.1.2
chai-0.1.1
chai-0.1.0
0.0.x
chai-0.0.2

How to add a dependency to Maven

Add the following org.jszip.redist : chai maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jszip.redist</groupId>
    <artifactId>chai</artifactId>
    <version>1.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jszip.redist : chai gradle dependency to your build.gradle file:

implementation 'org.jszip.redist:chai:1.6.1'

Gradle Kotlin DSL: Add the following org.jszip.redist : chai gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jszip.redist:chai:1.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jszip.redist : chai sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jszip.redist" % "chai" % "1.6.1"

Advertisement