Registry / testing / hamcrest-core

hamcrest-core

JSON →
library1.2.1javamavenunverified

Core Hamcrest API - deprecated, please use 'hamcrest' instead.

<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.2.1</version> </dependency>
INSTALL
IMPORT
SIG · HAMCREST-CORE
H
hamcrest-core
testingjavav1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CoreMatchers
org.hamcrest.CoreMatchers

Uses Hamcrest CoreMatchers for assertion.

import org.hamcrest.CoreMatchers; import static org.hamcrest.MatcherAssert.assertThat; public class Main { public static void main(String[] args) { assertThat("test", CoreMatchers.is("test")); } }
Debug
Known issues
breakingThis artifact is deprecated; use 'org.hamcrest:hamcrest' instead.
fix
Replace dependency with org.hamcrest:hamcrest.
affects: >=1.2.1
Upgrade
Version history
1.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
hamcrest-core — mvn dependency:get hamcrest-core · libregistry