MVN

org.exparity : hamcrest-bean

Maven & Gradle

Feb 02, 2019
8 stars

Hamcrest Bean · A Java library which provides a hamcrest matcher for matching objects and graphs which follow the Java beans standard

<dependency>
    <groupId>org.exparity</groupId>
    <artifactId>hamcrest-bean</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.exparity : hamcrest-bean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of org.exparity : hamcrest-bean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hamcrest-bean-1.0.12
hamcrest-bean-1.0.11
hamcrest-bean-1.0.10
hamcrest-bean-1.0.9
hamcrest-bean-1.0.8
hamcrest-bean-1.0.7
hamcrest-bean-1.0.5
hamcrest-bean-1.0.4
hamcrest-bean-1.0.3
hamcrest-bean-1.0.2
hamcrest-bean-1.0.1
hamcrest-bean-1.0.0
0.9.x
hamcrest-bean-0.9.4

How to add a dependency to Maven

Add the following org.exparity : hamcrest-bean maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.exparity</groupId>
    <artifactId>hamcrest-bean</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.exparity : hamcrest-bean gradle dependency to your build.gradle file:

implementation 'org.exparity:hamcrest-bean:1.0.12'

Gradle Kotlin DSL: Add the following org.exparity : hamcrest-bean gradle kotlin dependency to your build.gradle.kts file:

implementation("org.exparity:hamcrest-bean:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.exparity : hamcrest-bean sbt scala dependency to your build.sbt file:

libraryDependencies += "org.exparity" % "hamcrest-bean" % "1.0.12"

Advertisement

Dependencies from Group

Dec 14, 2021
26 usages
69 stars
Nov 02, 2015
4 usages
6 stars
Oct 11, 2018
3 usages
7 stars
Jan 28, 2015
3 usages
3 stars
Feb 02, 2019
8 stars

Discover Dependencies