You can download cucumber-testng-1.1.8.jar in this page.
Open Source
cucumber-testng-1.1.8.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/info.cukes/cucumber-testng/pom.properties META-INF/maven/info.cukes/cucumber-testng/pom.xml cucumber.api.testng.AbstractTestNGCucumberTests.class cucumber.api.testng.TestNGCucumberRunner.class cucumber.api.testng.TestNgReporter.class
cucumber-testng-1.1.8.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>info.cukes</groupId> <artifactId>cucumber-jvm</artifactId> <relativePath>../pom.xml</relativePath> <version>1.1.8</version> </parent> <artifactId>cucumber-testng</artifactId> <packaging>jar</packaging> <name>Cucumber-JVM: TestNG</name> <dependencies> <dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-core</artifactId> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>info.cukes</groupId> <artifactId>cucumber-testng</artifactId> <version>1.1.8</version> </dependency>
If you think the following cucumber-testng-1.1.8.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download cucumber-testng-1.1.8.jar file