is not current version
Last Version 0.1.3

com.mattprovis:fluentmatcher-parent 0.1.2

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

GroupId

GroupId

com.mattprovis
ArtifactId

ArtifactId

fluentmatcher-parent
Version

Version

0.1.2
Type

Type

pom

Download fluentmatcher-parent 0.1.2


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