| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.adowrath |
| ArtifactId | ArtifactIdchaiJ-junit |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionChaiJ - JUnit integration
ChaiJ is a Java assertion library in the expect-style.
|
| Filename | Size |
|---|---|
| chaiJ-junit-0.2.0.pom | |
| chaiJ-junit-0.2.0.jar | 4 KB |
| chaiJ-junit-0.2.0-sources.jar | 2 KB |
| chaiJ-junit-0.2.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.adowrath/chaiJ-junit/ -->
<dependency>
<groupId>com.github.adowrath</groupId>
<artifactId>chaiJ-junit</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adowrath/chaiJ-junit/
implementation 'com.github.adowrath:chaiJ-junit:0.2.0'
// https://jarcasting.com/artifacts/com.github.adowrath/chaiJ-junit/
implementation ("com.github.adowrath:chaiJ-junit:0.2.0")
'com.github.adowrath:chaiJ-junit:jar:0.2.0'
<dependency org="com.github.adowrath" name="chaiJ-junit" rev="0.2.0">
<artifact name="chaiJ-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adowrath', module='chaiJ-junit', version='0.2.0')
)
libraryDependencies += "com.github.adowrath" % "chaiJ-junit" % "0.2.0"
[com.github.adowrath/chaiJ-junit "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.adowrath : chaiJ-core | jar | 0.2.0 |
| junit : junit | jar | 4.12 |