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.14.jar download
great-expectations-0.14.pom download
great-expectations-0.14-sources.jar download
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'