is not current version
Last Version 0.13

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

Hamcrest matchers for testing Java beans.

GroupId

GroupId

com.google.code.bean-matchers
ArtifactId

ArtifactId

bean-matchers
Version

Version

0.11
Type

Type

jar

Download bean-matchers 0.11


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