License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.mattprovis |
ArtifactId | ArtifactIdfluentmatcher-maven-plugin-test |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFluentmatcher Maven Plugin Test
A maven plugin for generating JUnit/Hamcrest compatible matcher classes with a fluent style
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluentmatcher-maven-plugin-test-0.1.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher-maven-plugin-test/ -->
<dependency>
<groupId>com.mattprovis</groupId>
<artifactId>fluentmatcher-maven-plugin-test</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher-maven-plugin-test/
implementation 'com.mattprovis:fluentmatcher-maven-plugin-test:0.1.3'
// https://jarcasting.com/artifacts/com.mattprovis/fluentmatcher-maven-plugin-test/
implementation ("com.mattprovis:fluentmatcher-maven-plugin-test:0.1.3")
'com.mattprovis:fluentmatcher-maven-plugin-test:pom:0.1.3'
<dependency org="com.mattprovis" name="fluentmatcher-maven-plugin-test" rev="0.1.3">
<artifact name="fluentmatcher-maven-plugin-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mattprovis', module='fluentmatcher-maven-plugin-test', version='0.1.3')
)
libraryDependencies += "com.mattprovis" % "fluentmatcher-maven-plugin-test" % "0.1.3"
[com.mattprovis/fluentmatcher-maven-plugin-test "0.1.3"]