Fluentmatcher

A maven plugin for generating JUnit/Hamcrest compatible matcher classes with a fluent style

License

License

GroupId

GroupId

com.mattprovis
ArtifactId

ArtifactId

fluentmatcher
Last Version

Last Version

0.3
Release Date

Release Date

Type

Type

pom
Description

Description

Fluentmatcher
A maven plugin for generating JUnit/Hamcrest compatible matcher classes with a fluent style
Project URL

Project URL

https://github.com/mattprovis/fluentmatcher

Download fluentmatcher

Filename Size
fluentmatcher-0.3.pom 8 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher/ -->
<dependency>
    <groupId>com.mattprovis</groupId>
    <artifactId>fluentmatcher</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher/
implementation 'com.mattprovis:fluentmatcher:0.3'
// https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher/
implementation ("com.mattprovis:fluentmatcher:0.3")
'com.mattprovis:fluentmatcher:pom:0.3'
<dependency org="com.mattprovis" name="fluentmatcher" rev="0.3">
  <artifact name="fluentmatcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mattprovis', module='fluentmatcher', version='0.3')
)
libraryDependencies += "com.mattprovis" % "fluentmatcher" % "0.3"
[com.mattprovis/fluentmatcher "0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fluentmatcher-core
  • fluentmatcher-maven-plugin
  • fluentmatcher-maven-plugin-test

Versions

Version
0.3
0.2
0.1.3
0.1.2