Download fluentlenium-assertj-0.10.2.jar file

Introduction

You can download fluentlenium-assertj-0.10.2.jar in this page.

License

Apache 2

Type List

fluentlenium-assertj-0.10.2.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.fluentlenium/fluentlenium-assertj/pom.properties
META-INF/maven/org.fluentlenium/fluentlenium-assertj/pom.xml
org.fluentlenium.assertj.FluentLeniumAssertions.class
org.fluentlenium.assertj.custom.FluentListAssert.class
org.fluentlenium.assertj.custom.FluentListSizeBuilder.class
org.fluentlenium.assertj.custom.FluentWebElementAssert.class
org.fluentlenium.assertj.custom.PageAssert.class

Pom

fluentlenium-assertj-0.10.2.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>org.fluentlenium</groupId>
        <artifactId>fluentlenium-parent</artifactId>
        <version>0.10.2</version>
    </parent>
    <artifactId>fluentlenium-assertj</artifactId>
    <packaging>jar</packaging>

    <name>FluentLenium AssertJ</name>
    <description>AssertJ Extension for FluentLenium
    </description>
    <url>https://github.com/FluentLenium/FluentLenium</url>

    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>

    <organization>
        <name>AConsulting</name>
        <url>http://www.java-freelance.fr</url>
    </organization>

    <developers>
        <developer>
            <id>Mlemee</id>
            <name>Mathilde Lemee</name>
            <email>mathilde.lemee@gmail.com</email>
            <url>http://www.fluentlenium.org</url>
            <organization>AConsulting</organization>
            <organizationUrl>http://www.java-freelance.fr</organizationUrl>
            <roles>
                <role>developer</role>
            </roles>
        </developer>
    </developers>

    <dependencies>
        <dependency>
            <groupId>org.fluentlenium</groupId>
            <artifactId>fluentlenium-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
            <version>1.5.0</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.fluentlenium</groupId>
   <artifactId>fluentlenium-assertj</artifactId>
   <version>0.10.2</version>
</dependency>

Download

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



Download fluentlenium-assertj-0.10.2.jar file




PreviousNext

Related