is not current version
Last Version 0.2.0

com.github.dral:test-should 0.1.0

A simple functional style library for testing assertions.

GroupId

GroupId

com.github.dral
ArtifactId

ArtifactId

test-should
Version

Version

0.1.0
Type

Type

jar

Download test-should 0.1.0


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