g

great-expectations

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