License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.hamcrest |
ArtifactId | ArtifactIdhamcrest-junit |
Last Version | Last Version2.0.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHamcrest JUnit
Classes to use Hamcrest matchers within JUnit tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hamcrest-junit-2.0.0.0.pom | |
hamcrest-junit-2.0.0.0.jar | 14 KB |
hamcrest-junit-2.0.0.0-sources.jar | 8 KB |
hamcrest-junit-2.0.0.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hamcrest/hamcrest-junit/ -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
<version>2.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-junit/
implementation 'org.hamcrest:hamcrest-junit:2.0.0.0'
// https://jarcasting.com/artifacts/org.hamcrest/hamcrest-junit/
implementation ("org.hamcrest:hamcrest-junit:2.0.0.0")
'org.hamcrest:hamcrest-junit:jar:2.0.0.0'
<dependency org="org.hamcrest" name="hamcrest-junit" rev="2.0.0.0">
<artifact name="hamcrest-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hamcrest', module='hamcrest-junit', version='2.0.0.0')
)
libraryDependencies += "org.hamcrest" % "hamcrest-junit" % "2.0.0.0"
[org.hamcrest/hamcrest-junit "2.0.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |