License |
License |
---|---|
GroupId | GroupIdcom.github.tonivade |
ArtifactId | ArtifactIdpurecheck |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPureCheck
Pure Functional Testing Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
purecheck-0.3.pom | |
purecheck-0.3.jar | 39 KB |
purecheck-0.3-sources.jar | 11 KB |
purecheck-0.3-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/purecheck/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>purecheck</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/purecheck/
implementation 'com.github.tonivade:purecheck:0.3'
// https://jarcasting.com/artifacts/com.github.tonivade/purecheck/
implementation ("com.github.tonivade:purecheck:0.3")
'com.github.tonivade:purecheck:jar:0.3'
<dependency org="com.github.tonivade" name="purecheck" rev="0.3">
<artifact name="purecheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='purecheck', version='0.3')
)
libraryDependencies += "com.github.tonivade" % "purecheck" % "0.3"
[com.github.tonivade/purecheck "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tonivade : purefun-typeclasses | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.tonivade : purefun-monad | jar | 4.0 |
com.github.tonivade : purefun-effect | jar | 4.0 |
com.github.tonivade : purefun-instances | jar | 4.0 |