License |
License |
---|---|
GroupId | GroupIdcom.github.adowrath |
ArtifactId | ArtifactIdchaiJ |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionChaiJ - Parent POM
ChaiJ is a Java assertion library in the expect-style.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
chaiJ-0.2.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adowrath/chaiJ/ -->
<dependency>
<groupId>com.github.adowrath</groupId>
<artifactId>chaiJ</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.adowrath/chaiJ/
implementation 'com.github.adowrath:chaiJ:0.2.0'
// https://jarcasting.com/artifacts/com.github.adowrath/chaiJ/
implementation ("com.github.adowrath:chaiJ:0.2.0")
'com.github.adowrath:chaiJ:pom:0.2.0'
<dependency org="com.github.adowrath" name="chaiJ" rev="0.2.0">
<artifact name="chaiJ" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.adowrath', module='chaiJ', version='0.2.0')
)
libraryDependencies += "com.github.adowrath" % "chaiJ" % "0.2.0"
[com.github.adowrath/chaiJ "0.2.0"]