Download serenity-cucumber-1.0.15.jar file

Introduction

You can download serenity-cucumber-1.0.15.jar in this page.

License

The Apache Software License, Version 2.0

Type List

serenity-cucumber-1.0.15.jar file has the following types.

META-INF/MANIFEST.MF
cucumber.runtime.SerenityObjectFactory.class
net.serenitybdd.cucumber.CucumberWithSerenity.class
net.serenitybdd.cucumber.SerenityReporter.class

Pom

serenity-cucumber-1.0.15.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.serenity-bdd</groupId>
  <artifactId>serenity-cucumber</artifactId>
  <version>1.0.15</version>
  <dependencies>
    <dependency>
      <groupId>net.serenity-bdd</groupId>
      <artifactId>core</artifactId>
      <version>1.0.47</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>info.cukes</groupId>
      <artifactId>cucumber-java</artifactId>
      <version>1.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>info.cukes</groupId>
      <artifactId>cucumber-junit</artifactId>
      <version>1.2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>serenity-cucumber</name>
  <description>Serenity Cucumber Integration</description>
  <url>https://github.com/serenity-bdd/serenity-cucumber</url>
  <scm>
    <url>scm:git:git@github.com:serenity-bdd/serenity-cucumber.git</url>
    <connection>scm:git:git@github.com:serenity-bdd/serenity-cucumber.git</connection>
    <developerConnection>scm:git:git@github.com:serenity-bdd/serenity-cucumber.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/license/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>cliviu</id>
      <name>Liviu Carausu</name>
      <email>liviu.carausu@gmail.com</email>
    </developer>
    <developer>
      <id>johnsmart</id>
      <name>John Ferguson Smart</name>
      <email>john.smart@wakaleo.com</email>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>net.serenity-bdd</groupId>
   <artifactId>serenity-cucumber</artifactId>
   <version>1.0.15</version>
</dependency>

Download

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



Download serenity-cucumber-1.0.15.jar file




PreviousNext

Related