should

A simple functional style library for testing assertions.

License

License

GroupId

GroupId

com.github.dral
ArtifactId

ArtifactId

test-should
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

should
A simple functional style library for testing assertions.
Project URL

Project URL

https://github.com/dral/should

Download test-should

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.dral/test-should/ -->
<dependency>
    <groupId>com.github.dral</groupId>
    <artifactId>test-should</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dral/test-should/
implementation 'com.github.dral:test-should:0.2.0'
// https://jarcasting.com/artifacts/com.github.dral/test-should/
implementation ("com.github.dral:test-should:0.2.0")
'com.github.dral:test-should:jar:0.2.0'
<dependency org="com.github.dral" name="test-should" rev="0.2.0">
  <artifact name="test-should" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dral', module='test-should', version='0.2.0')
)
libraryDependencies += "com.github.dral" % "test-should" % "0.2.0"
[com.github.dral/test-should "0.2.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0