is not current version
Last Version 10.5.1

uk.org.retep.microkernel:module 10.5

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.5
Type

Type

jar

Download module 10.5


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