is not current version
Last Version 1.0.M9

io.nuun:kernel-specs 1.0.M4

This is the specs part of the Nuun IO Kernel. API and SPI. Use this project for your specs oriented projects. See kernel parent description.

GroupId

GroupId

io.nuun
ArtifactId

ArtifactId

kernel-specs
Version

Version

1.0.M4
Type

Type

jar

Download kernel-specs 1.0.M4


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