MVN

com.github.jlgrock.javascript-framework : closure-testing-library

Maven & Gradle

Apr 16, 2015
2 usages
16 stars

Closure Testing Library · For use with the google closure testing mojos

<dependency>
    <groupId>com.github.jlgrock.javascript-framework</groupId>
    <artifactId>closure-testing-library</artifactId>
    <version>1.18.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jlgrock.javascript-framework : closure-testing-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.3

All Versions

Choose a version of com.github.jlgrock.javascript-framework : closure-testing-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
closure-testing-library-1.18.3
closure-testing-library-1.18.2
closure-testing-library-1.18.1
closure-testing-library-1.18.0
1.17.x
closure-testing-library-1.17.0
1.16.x
closure-testing-library-1.16.1
closure-testing-library-1.16.0
1.15.x
closure-testing-library-1.15.1
closure-testing-library-1.15.0
1.14.x
closure-testing-library-1.14.0
1.13.x
closure-testing-library-1.13.3
closure-testing-library-1.13.2
closure-testing-library-1.13.1
closure-testing-library-1.13.0
1.12.x
closure-testing-library-1.12.0
1.11.x
closure-testing-library-1.11.13
closure-testing-library-1.11.12
closure-testing-library-1.11.11
closure-testing-library-1.11.10
closure-testing-library-1.11.9
closure-testing-library-1.11.8
closure-testing-library-1.11.7
closure-testing-library-1.11.5
closure-testing-library-1.11.4
closure-testing-library-1.11.3
closure-testing-library-1.11.2
closure-testing-library-1.11.1
closure-testing-library-1.11.0
1.10.x
closure-testing-library-1.10.4
closure-testing-library-1.10.3

How to add a dependency to Maven

Add the following com.github.jlgrock.javascript-framework : closure-testing-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jlgrock.javascript-framework</groupId>
    <artifactId>closure-testing-library</artifactId>
    <version>1.18.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jlgrock.javascript-framework : closure-testing-library gradle dependency to your build.gradle file:

implementation 'com.github.jlgrock.javascript-framework:closure-testing-library:1.18.3'

Gradle Kotlin DSL: Add the following com.github.jlgrock.javascript-framework : closure-testing-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jlgrock.javascript-framework:closure-testing-library:1.18.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jlgrock.javascript-framework : closure-testing-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jlgrock.javascript-framework" % "closure-testing-library" % "1.18.3"