is not current version
Last Version 10.5.1

uk.org.retep.microkernel:module 10.1

The Module API. If used this artifact should be used with the scope of "provided" as at runtime it is included within the Bootstrap. It allows a 'module' to run at the same level as the main spring kernel.

GroupId

GroupId

uk.org.retep.microkernel
ArtifactId

ArtifactId

module
Version

Version

10.1
Type

Type

jar

Download module 10.1


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