is not current version
Last Version 1.0.12

org.exparity:hamcrest-bean 1.0.1

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

Type

jar

Download hamcrest-bean 1.0.1


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