Download closure-testing-library-1.10.3.jar file - Jar c

Jar examples for c:closure-testing-library

Description

For use with the google closure testing mojos

You can download jar file closure-testing-library 1.10.3 in this page.

Build File

You can use the following script to add closure-testing-library-1.10.3.jar to your project.

<dependency>
   <groupId>com.github.jlgrock.javascript-framework</groupId>
   <artifactId>closure-testing-library</artifactId>
   <version>1.10.3</version>
</dependency>
compile group: 'com.github.jlgrock.javascript-framework', name: 'closure-testing-library', version: '1.10.3'
libraryDependencies += "com.github.jlgrock.javascript-framework" % "closure-testing-library" % "1.10.3"
<dependency org="com.github.jlgrock.javascript-framework" name="closure-testing-library" rev="1.10.3"/>
@Grapes(@Grab(group='com.github.jlgrock.javascript-framework', module='closure-testing-library', version='1.10.3'))
'com.github.jlgrock.javascript-framework:closure-testing-library:jar:1.10.3'

Download

Click the following link to download the jar file.

closure-testing-library-1.10.3-javadoc.jar
closure-testing-library-1.10.3-sources.jar
closure-testing-library-1.10.3.jar
closure-testing-library-1.10.3.pom



Related Tutorials