Hamcrest Core(2.2)
Core Hamcrest API - deprecated, please use "hamcrest" instead
Group Id | org.hamcrest |
Artifact Id | hamcrest-core |
Version | 2.2 |
Packaging | jar |
URL | - |
Badge |
|
Last Updated | Oct 16, 2019 |
Last Sync Time | Nov 4, 2021 |
Download | Source | Jar | Javadoc | Pom | View All |
Javadoc | View |
Source | Sync Now |
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>2.2</version> </dependency>
implementation group: 'org.hamcrest', name: 'hamcrest-core', version: '2.2'
implementation 'org.hamcrest:hamcrest-core:2.2'
implementation("org.hamcrest:hamcrest-core:2.2")
libraryDependencies += "org.hamcrest" % "hamcrest-core" % "2.2"
<dependency org="org.hamcrest" name="hamcrest-core" rev="2.2"/>
@Grapes( @Grab(group='org.hamcrest', module='hamcrest-core', version='2.2') )
[org.hamcrest/hamcrest-core "2.2"]
'org.hamcrest:hamcrest-core:jar:2.2'