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