h

hamcrest-compose

Files download
File Operation
hamcrest-compose-0.4.0.jar download
hamcrest-compose-0.4.0.pom download
hamcrest-compose-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hobsoft.hamcrest</groupId>
  <artifactId>hamcrest-compose</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.hobsoft.hamcrest:hamcrest-compose:0.4.0'
Gradle Kotlin
implementation("org.hobsoft.hamcrest:hamcrest-compose:0.4.0")
Scala SBT
libraryDependencies += "org.hobsoft.hamcrest" % "hamcrest-compose" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hobsoft.hamcrest', module='hamcrest-compose', version='0.4.0')
)
Apache Ivy
<dependency org="org.hobsoft.hamcrest" name="hamcrest-compose" rev="0.4.0" />
Leiningen
[org.hobsoft.hamcrest/hamcrest-compose "0.4.0"]
Apache Buildr
'org.hobsoft.hamcrest:hamcrest-compose:jar:0.4.0'