is not current version
Last Version 0.7.1

org.libj:test 0.6.9

Supplementary extension to JUnit patterns, providing common functions and abstractions related to unit testing.

GroupId

GroupId

org.libj
ArtifactId

ArtifactId

test
Version

Version

0.6.9
Type

Type

jar

Download test 0.6.9


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