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