Download geb-spock-0.9.2.jar file

Introduction

You can download geb-spock-0.9.2.jar in this page.

License

The Apache Software License, Version 2.0

Type List

geb-spock-0.9.2.jar file has the following types.

META-INF/MANIFEST.MF
geb.spock.GebReportingSpec.class
geb.spock.GebSpec.class

Pom

geb-spock-0.9.2.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>org.gebish</groupId>
  <artifactId>geb-spock</artifactId>
  <version>0.9.2</version>
  <name>Geb for Spock</name>
  <description>Geb (pronounced "jeb") integration with the Spock test framework.</description>
  <url>http://www.gebish.org</url>
  <inceptionYear>2010</inceptionYear>
  <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>ldaley</id>
      <name>Luke Daley</name>
      <roles>
        <role>Lead</role>
        <role>Founder</role>
      </roles>
    </developer>
    <developer>
      <id>erdi</id>
      <name>Marcin Erdmann</name>
      <roles>
        <role>Committer</role>
      </roles>
    </developer>
    <developer>
      <id>robfletcher</id>
      <name>Rob Fletcher</name>
      <roles>
        <role>Founder</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/geb/geb/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.gebish</groupId>
      <artifactId>geb-core</artifactId>
      <version>0.9.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.gebish</groupId>
   <artifactId>geb-spock</artifactId>
   <version>0.9.2</version>
</dependency>

Download

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



Download geb-spock-0.9.2.jar file




PreviousNext

Related