MVN

org.mazarineblue : MazarineBlue

Maven & Gradle

Sep 03, 2015

MazarineBlue · MazarineBlue is a automation framework, containing a interpreter that reads instructions and data from a source and is extendable though custom build modules. Several modules are included that allow, among other things, data extraction from excel and other sources, web browser interaction and data driven testing.

<dependency>
    <groupId>org.mazarineblue</groupId>
    <artifactId>MazarineBlue</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mazarineblue : MazarineBlue to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of org.mazarineblue : MazarineBlue to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
MazarineBlue-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.mazarineblue</groupId>
    <artifactId>MazarineBlue</artifactId>
    <version>0.1.0</version>
</dependency>