Download bean-matchers-0.11.jar file - Jar b

Jar examples for b:bean-matchers

Description

Hamcrest matchers for testing Java beans.

You can download jar file bean-matchers 0.11 in this page.

License

New BSD License

Build File

You can use the following script to add bean-matchers-0.11.jar to your project.

<dependency>
   <groupId>com.google.code.bean-matchers</groupId>
   <artifactId>bean-matchers</artifactId>
   <version>0.11</version>
</dependency>
compile group: 'com.google.code.bean-matchers', name: 'bean-matchers', version: '0.11'
libraryDependencies += "com.google.code.bean-matchers" % "bean-matchers" % "0.11"
<dependency org="com.google.code.bean-matchers" name="bean-matchers" rev="0.11"/>
@Grapes(@Grab(group='com.google.code.bean-matchers', module='bean-matchers', version='0.11'))
'com.google.code.bean-matchers:bean-matchers:jar:0.11'

Download

Click the following link to download the jar file.

bean-matchers-0.11-javadoc.jar
bean-matchers-0.11-sources.jar
bean-matchers-0.11.jar
bean-matchers-0.11.pom



Related Tutorials