Group Id org.hamcrest
Artifact Id hamcrest-library
Version 2.2
Packaging jar
URL -
Badge
Last Updated 2019-10-16T12:53:01+00:00
Download Jar | View All
Javadoc View
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.hamcrest</groupId>
    <artifactId>hamcrest-library</artifactId>
    <version>2.2</version>
</dependency>
implementation group: 'org.hamcrest', name: 'hamcrest-library', version: '2.2'
implementation 'org.hamcrest:hamcrest-library:2.2'
implementation("org.hamcrest:hamcrest-library:2.2")
libraryDependencies += "org.hamcrest" % "hamcrest-library" % "2.2"
<dependency org="org.hamcrest" name="hamcrest-library" rev="2.2"/>
@Grapes(
    @Grab(group='org.hamcrest', module='hamcrest-library', version='2.2')
)
[org.hamcrest/hamcrest-library "2.2"]
'org.hamcrest:hamcrest-library:2.2'