Download jasmine-cli-0.0.12.jar file

Introduction

You can download jasmine-cli-0.0.12.jar in this page.

License

The Apache Software License, Version 2.0

Type List

jasmine-cli-0.0.12.jar file has the following types.

META-INF/MANIFEST.MF
org.jasmine.cli.Arguments.class
org.jasmine.cli.CliNotifier.class
org.jasmine.cli.CompileMode.class
org.jasmine.cli.DocumentationFormatter.class
org.jasmine.cli.Formatter.class
org.jasmine.cli.JVM.class
org.jasmine.cli.Main.class
org.jasmine.cli.OutputFormat.class
org.jasmine.cli.ProgressFormatter.class
org.jasmine.cli.Summary.class

Pom

jasmine-cli-0.0.12.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.akiellor.jasmine</groupId>
  <artifactId>jasmine-cli</artifactId>
  <version>0.0.12</version>
  <name>jasmine-cli</name>
  <description>A jasmine runner using the dynjs javascript runtime</description>
  <url>http://github.com/akiellor/jasmine-jvm</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>akiellor</id>
      <name>Andrew Kiellor</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:akiellor/jasmine-jvm.git</connection>
    <developerConnection>scm:git@github.com:akiellor/jasmine-jvm.git</developerConnection>
    <url>scm:git@github.com:akiellor/jasmine-jvm.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.akiellor.jasmine</groupId>
      <artifactId>jasmine-core</artifactId>
      <version>0.0.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>args4j</groupId>
      <artifactId>args4j</artifactId>
      <version>2.0.25</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.akiellor.jasmine</groupId>
      <artifactId>testing</artifactId>
      <version>0.0.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.9.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.javafunk.funk</groupId>
      <artifactId>funk-core</artifactId>
      <version>0.1.22</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest</artifactId>
      <version>1.0.16</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.github.akiellor.jasmine</groupId>
   <artifactId>jasmine-cli</artifactId>
   <version>0.0.12</version>
</dependency>

Download

If you think the following jasmine-cli-0.0.12.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jasmine-cli-0.0.12.jar file




PreviousNext

Related