c

chaiJ

ChaiJ is a Java assertion library in the expect-style.
http://github.com/Adowrath/ChaiJ
MIT License
Cyrill Brunner
Files download
File Operation
chaiJ-0.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.adowrath</groupId>
  <artifactId>chaiJ</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.adowrath:chaiJ:0.2.0'
Gradle Kotlin
implementation("com.github.adowrath:chaiJ:0.2.0")
Scala SBT
libraryDependencies += "com.github.adowrath" % "chaiJ" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.adowrath', module='chaiJ', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.adowrath" name="chaiJ" rev="0.2.0" />
Leiningen
[com.github.adowrath/chaiJ "0.2.0"]
Apache Buildr
'com.github.adowrath:chaiJ:jar:0.2.0'
Dependencies
The project has no third-party dependencies