is not current version
Last Version 1.0.12

org.exparity:hamcrest-bean 1.0.3

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.3
Type

Type

jar

Download hamcrest-bean 1.0.3


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