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