License |
License |
---|---|
GroupId | GroupIduk.co.modular-it |
ArtifactId | ArtifactIdhamcrest-bean |
Last Version | Last Version0.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHamcrest Bean
Suite of Hamcrest matchers for testing classes which follow the Java Beans standards
|
Project URL |
Project URL |
Filename | Size |
---|---|
hamcrest-bean-0.9.3.pom | |
hamcrest-bean-0.9.3.jar | 11 KB |
hamcrest-bean-0.9.3-sources.jar | 4 KB |
hamcrest-bean-0.9.3-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.modular-it/hamcrest-bean/ -->
<dependency>
<groupId>uk.co.modular-it</groupId>
<artifactId>hamcrest-bean</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.modular-it/hamcrest-bean/
implementation 'uk.co.modular-it:hamcrest-bean:0.9.3'
// https://jarcasting.com/artifacts/uk.co.modular-it/hamcrest-bean/
implementation ("uk.co.modular-it:hamcrest-bean:0.9.3")
'uk.co.modular-it:hamcrest-bean:jar:0.9.3'
<dependency org="uk.co.modular-it" name="hamcrest-bean" rev="0.9.3">
<artifact name="hamcrest-bean" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.modular-it', module='hamcrest-bean', version='0.9.3')
)
libraryDependencies += "uk.co.modular-it" % "hamcrest-bean" % "0.9.3"
[uk.co.modular-it/hamcrest-bean "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.6 |
commons-lang : commons-lang | jar | 2.6 |
uk.co.modular-it : bean-utils | jar | 0.9.10 |
org.hamcrest : hamcrest-library | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
ch.qos.logback : logback-classic | jar | 1.0.7 |