a

approvalcrest-parent

Library that extends the functionality of hamcrest
http://github.com/karsaig/approvalcrest
The Apache Software License, Version 2.0
Files download
File Operation
approvalcrest-parent-0.55.pom download
Apache Maven
<dependency>
  <groupId>com.github.karsaig</groupId>
  <artifactId>approvalcrest-parent</artifactId>
  <version>0.55</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.karsaig:approvalcrest-parent:0.55'
Gradle Kotlin
implementation("com.github.karsaig:approvalcrest-parent:0.55")
Scala SBT
libraryDependencies += "com.github.karsaig" % "approvalcrest-parent" % "0.55"
Groovy Grape
@Grapes(
  @Grab(group='com.github.karsaig', module='approvalcrest-parent', version='0.55')
)
Apache Ivy
<dependency org="com.github.karsaig" name="approvalcrest-parent" rev="0.55" />
Leiningen
[com.github.karsaig/approvalcrest-parent "0.55"]
Apache Buildr
'com.github.karsaig:approvalcrest-parent:jar:0.55'