Files download
File Operation
chaiJ-junit-0.2.0.jar download
chaiJ-junit-0.2.0.pom download
chaiJ-junit-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.adowrath</groupId>
  <artifactId>chaiJ-junit</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.adowrath:chaiJ-junit:0.2.0'
Gradle Kotlin
implementation("com.github.adowrath:chaiJ-junit:0.2.0")
Scala SBT
libraryDependencies += "com.github.adowrath" % "chaiJ-junit" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.adowrath', module='chaiJ-junit', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.adowrath" name="chaiJ-junit" rev="0.2.0" />
Leiningen
[com.github.adowrath/chaiJ-junit "0.2.0"]
Apache Buildr
'com.github.adowrath:chaiJ-junit:jar:0.2.0'