Group Id org.hamcrest
Artifact Id hamcrest-integration
Version 1.3.RC2
Packaging jar
URL -
Badge
Last Updated 2010-12-22T08:12:38+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.hamcrest</groupId>
    <artifactId>hamcrest-integration</artifactId>
    <version>1.3.RC2</version>
</dependency>
implementation group: 'org.hamcrest', name: 'hamcrest-integration', version: '1.3.RC2'
implementation 'org.hamcrest:hamcrest-integration:1.3.RC2'
implementation("org.hamcrest:hamcrest-integration:1.3.RC2")
libraryDependencies += "org.hamcrest" % "hamcrest-integration" % "1.3.RC2"
<dependency org="org.hamcrest" name="hamcrest-integration" rev="1.3.RC2"/>
@Grapes(
    @Grab(group='org.hamcrest', module='hamcrest-integration', version='1.3.RC2')
)
[org.hamcrest/hamcrest-integration "1.3.RC2"]
'org.hamcrest:hamcrest-integration:1.3.RC2'