Download cucumber-guice-1.2.4.jar file

Introduction

You can download cucumber-guice-1.2.4.jar in this page.

License

Open Source

Type List

cucumber-guice-1.2.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/info.cukes/cucumber-guice/pom.properties
META-INF/maven/info.cukes/cucumber-guice/pom.xml
cucumber.api.guice.CucumberModules.class
cucumber.api.guice.CucumberScopes.class
cucumber.api.guice.README.class
cucumber.runtime.java.guice.InjectorSource.class
cucumber.runtime.java.guice.ScenarioScope.class
cucumber.runtime.java.guice.ScenarioScoped.class
cucumber.runtime.java.guice.impl.GuiceFactory.class
cucumber.runtime.java.guice.impl.InjectorSourceFactory.class
cucumber.runtime.java.guice.impl.InjectorSourceInstantiationFailed.class
cucumber.runtime.java.guice.impl.ScenarioModule.class
cucumber.runtime.java.guice.impl.SequentialScenarioScope.class

Pom

cucumber-guice-1.2.4.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.2.4</version>
    </parent>

    <artifactId>cucumber-guice</artifactId>
    <packaging>jar</packaging>
    <name>Cucumber-JVM: Guice</name>

    <dependencies>
        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>cucumber-java</artifactId>
        </dependency>
        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>cucumber-jvm-deps</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>gherkin</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
            <scope>provided</scope>
        </dependency>

        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>cucumber-junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.sourceforge.cobertura</groupId>
            <artifactId>cobertura</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>info.cukes</groupId>
   <artifactId>cucumber-guice</artifactId>
   <version>1.2.4</version>
</dependency>

Download

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



Download cucumber-guice-1.2.4.jar file




PreviousNext

Related