Download jasmine-cli-0.0.9.jar file - Jar j

Jar examples for j:jasmine-cli

Description

A jasmine runner using the dynjs javascript runtime

You can download jar file jasmine-cli 0.0.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jasmine-cli-0.0.9.jar to your project.

<dependency>
   <groupId>com.github.akiellor.jasmine</groupId>
   <artifactId>jasmine-cli</artifactId>
   <version>0.0.9</version>
</dependency>
compile group: 'com.github.akiellor.jasmine', name: 'jasmine-cli', version: '0.0.9'
libraryDependencies += "com.github.akiellor.jasmine" % "jasmine-cli" % "0.0.9"
<dependency org="com.github.akiellor.jasmine" name="jasmine-cli" rev="0.0.9"/>
@Grapes(@Grab(group='com.github.akiellor.jasmine', module='jasmine-cli', version='0.0.9'))
'com.github.akiellor.jasmine:jasmine-cli:jar:0.0.9'

Download

Click the following link to download the jar file.

jasmine-cli-0.0.9-javadoc.jar
jasmine-cli-0.0.9-sources.jar
jasmine-cli-0.0.9.jar
jasmine-cli-0.0.9.pom



Related Tutorials