is not current version
Last Version 1.0.12

org.exparity:hamcrest-bean 1.0.9

A Java library which provides a hamcrest matcher for matching objects and graphs which follow the Java beans standard

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

org.exparity
ArtifactId

ArtifactId

hamcrest-bean
Version

Version

1.0.9
Type

Type

jar

Download hamcrest-bean 1.0.9


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