is not current version
Last Version 0.13

com.google.code.bean-matchers:bean-matchers 0.4

Hamcrest matchers for testing Java beans.

GroupId

GroupId

com.google.code.bean-matchers
ArtifactId

ArtifactId

bean-matchers
Version

Version

0.4
Type

Type

jar

Download bean-matchers 0.4


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