g

great-expectations

Jasmine-style expect() for Java.
http://github.com/xian/great-expectations/
MIT license
Christian Williams
文件下载
文件名 操作
great-expectations-0.14.jar 下载
great-expectations-0.14.pom 下载
great-expectations-0.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.xian</groupId>
  <artifactId>great-expectations</artifactId>
  <version>0.14</version>
</dependency>
Gradle Groovy
implementation 'com.github.xian:great-expectations:0.14'
Gradle Kotlin
implementation("com.github.xian:great-expectations:0.14")
Scala SBT
libraryDependencies += "com.github.xian" % "great-expectations" % "0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.xian', module='great-expectations', version='0.14')
)
Apache Ivy
<dependency org="com.github.xian" name="great-expectations" rev="0.14" />
Leiningen
[com.github.xian/great-expectations "0.14"]
Apache Buildr
'com.github.xian:great-expectations:jar:0.14'