MVN

com.mattprovis : fluentmatcher-maven-plugin-test

Maven & Gradle

Sep 30, 2015
0 stars

Fluentmatcher Maven Plugin Test · A maven plugin for generating JUnit/Hamcrest compatible matcher classes with a fluent style

<dependency>
    <groupId>com.mattprovis</groupId>
    <artifactId>fluentmatcher-maven-plugin-test</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mattprovis : fluentmatcher-maven-plugin-test to add to Maven - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.mattprovis : fluentmatcher-maven-plugin-test to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
fluentmatcher-maven-plugin-test-0.1.3
fluentmatcher-maven-plugin-test-0.1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.mattprovis</groupId>
    <artifactId>fluentmatcher-maven-plugin-test</artifactId>
    <version>0.1.3</version>
</dependency>

Advertisement