a

approvalcrest-parent

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