| License |
License |
|---|---|
| GroupId | GroupIdcom.madgag |
| ArtifactId | ArtifactIdmadgag-hamcrest-matchers |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmadgag Hamcrest Matchers
Some Hamcrest matchers I find useful.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.madgag/madgag-hamcrest-matchers/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>madgag-hamcrest-matchers</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/madgag-hamcrest-matchers/
implementation 'com.madgag:madgag-hamcrest-matchers:0.6'
// https://jarcasting.com/artifacts/com.madgag/madgag-hamcrest-matchers/
implementation ("com.madgag:madgag-hamcrest-matchers:0.6")
'com.madgag:madgag-hamcrest-matchers:jar:0.6'
<dependency org="com.madgag" name="madgag-hamcrest-matchers" rev="0.6">
<artifact name="madgag-hamcrest-matchers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='madgag-hamcrest-matchers', version='0.6')
)
libraryDependencies += "com.madgag" % "madgag-hamcrest-matchers" % "0.6"
[com.madgag/madgag-hamcrest-matchers "0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |