m

mats-test

Mats^3 Testing tools, as well as the base for specific JUnit or Jupiter (Junit 5) tools.
https://github.com/centiservice/mats3
PolyForm Perimeter License 1.0.0 with examples
Endre Stølsvik
Files download
File Operation
mats-test-0.19.14-2023-12-11.jar download
mats-test-0.19.14-2023-12-11.pom download
mats-test-0.19.14-2023-12-11-sources.jar download
Apache Maven
<dependency>
  <groupId>io.mats3</groupId>
  <artifactId>mats-test</artifactId>
  <version>0.19.14-2023-12-11</version>
</dependency>
Gradle Groovy
implementation 'io.mats3:mats-test:0.19.14-2023-12-11'
Gradle Kotlin
implementation("io.mats3:mats-test:0.19.14-2023-12-11")
Scala SBT
libraryDependencies += "io.mats3" % "mats-test" % "0.19.14-2023-12-11"
Groovy Grape
@Grapes(
  @Grab(group='io.mats3', module='mats-test', version='0.19.14-2023-12-11')
)
Apache Ivy
<dependency org="io.mats3" name="mats-test" rev="0.19.14-2023-12-11" />
Leiningen
[io.mats3/mats-test "0.19.14-2023-12-11"]
Apache Buildr
'io.mats3:mats-test:jar:0.19.14-2023-12-11'