Download cucumber-android-1.2.5.jar file

Introduction

You can download cucumber-android-1.2.5.jar in this page.

License

Open Source

Type List

cucumber-android-1.2.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/info.cukes/cucumber-android/pom.properties
META-INF/maven/info.cukes/cucumber-android/pom.xml
cucumber.api.android.CucumberInstrumentation.class
cucumber.api.android.CucumberInstrumentationCore.class
cucumber.runtime.android.AndroidInstrumentationReporter.class
cucumber.runtime.android.AndroidLogcatReporter.class
cucumber.runtime.android.AndroidObjectFactory.class
cucumber.runtime.android.AndroidResource.class
cucumber.runtime.android.AndroidResourceLoader.class
cucumber.runtime.android.Arguments.class
cucumber.runtime.android.CoverageDumper.class
cucumber.runtime.android.CucumberExecutor.class
cucumber.runtime.android.DebuggerWaiter.class
cucumber.runtime.android.DexClassFinder.class
cucumber.runtime.android.MissingStepDefinitionError.class
cucumber.runtime.android.NoOpFormattingReporter.class
cucumber.runtime.android.ScenarioCounter.class

Pom

cucumber-android-1.2.5.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.5</version>
    </parent>

    <artifactId>cucumber-android</artifactId>
    <name>Cucumber-JVM: Android</name>

    <dependencies>
        <dependency>
            <groupId>com.google.android</groupId>
            <artifactId>android</artifactId>
            <version>4.1.1.4</version>
            <scope>provided</scope>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.google.android</groupId>
            <artifactId>android-test</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>info.cukes</groupId>
            <artifactId>cucumber-java</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>17.0</version>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>org.hamcrest</groupId>
                    <artifactId>hamcrest-core</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-integration</artifactId>
            <version>1.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.robolectric</groupId>
            <artifactId>robolectric</artifactId>
            <version>2.3</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.android.support</groupId>
                    <artifactId>support-v4</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.powermock</groupId>
            <artifactId>powermock-mockito-release-full</artifactId>
            <version>1.6.2</version>
            <classifier>full</classifier>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <artifactId>powermock-module-testng</artifactId>
                    <groupId>org.powermock</groupId>
                </exclusion>
                <exclusion>
                    <artifactId>powermock-module-testng-common</artifactId>
                    <groupId>org.powermock</groupId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>info.cukes</groupId>
   <artifactId>cucumber-android</artifactId>
   <version>1.2.5</version>
</dependency>

Download

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



Download cucumber-android-1.2.5.jar file




PreviousNext

Related