Group Id org.hamcrest
Artifact Id hamcrest
Version 2.1-rc1
Packaging jar
URL -
Badge
Last Updated 2018-11-25T15:20:28+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.hamcrest</groupId>
    <artifactId>hamcrest</artifactId>
    <version>2.1-rc1</version>
</dependency>
implementation group: 'org.hamcrest', name: 'hamcrest', version: '2.1-rc1'
implementation 'org.hamcrest:hamcrest:2.1-rc1'
implementation("org.hamcrest:hamcrest:2.1-rc1")
libraryDependencies += "org.hamcrest" % "hamcrest" % "2.1-rc1"
<dependency org="org.hamcrest" name="hamcrest" rev="2.1-rc1"/>
@Grapes(
    @Grab(group='org.hamcrest', module='hamcrest', version='2.1-rc1')
)
[org.hamcrest/hamcrest "2.1-rc1"]
'org.hamcrest:hamcrest:2.1-rc1'