is not current version
Last Version 1.0.M9

io.nuun:kernel-tests 1.0.M5

This is the tests part of the Nuun IO Kernel. Use this project when you want to make unit test and integration tests from your plugins. See kernel parent description.

GroupId

GroupId

io.nuun
ArtifactId

ArtifactId

kernel-tests
Version

Version

1.0.M5
Type

Type

jar

Download kernel-tests 1.0.M5


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