License |
License |
---|---|
GroupId | GroupIdcom.mattprovis |
ArtifactId | ArtifactIdfluentmatcher |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFluentmatcher
A maven plugin for generating JUnit/Hamcrest compatible matcher classes with a fluent style
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluentmatcher-0.3.pom | 8 KB |
Browse |
<!-- 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"]