| License |
License |
|---|---|
| GroupId | GroupIduk.org.retep.microkernel |
| ArtifactId | ArtifactIdmodule |
| Last Version | Last Version10.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionretepMicroKernel Module
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.
|
| Filename | Size |
|---|---|
| module-10.5.1.pom | |
| module-10.5.1.jar | 6 KB |
| module-10.5.1-tests.jar | 1 KB |
| module-10.5.1-sources.jar | 3 KB |
| module-10.5.1-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel/module/ -->
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>module</artifactId>
<version>10.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/module/
implementation 'uk.org.retep.microkernel:module:10.5.1'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/module/
implementation ("uk.org.retep.microkernel:module:10.5.1")
'uk.org.retep.microkernel:module:jar:10.5.1'
<dependency org="uk.org.retep.microkernel" name="module" rev="10.5.1">
<artifact name="module" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel', module='module', version='10.5.1')
)
libraryDependencies += "uk.org.retep.microkernel" % "module" % "10.5.1"
[uk.org.retep.microkernel/module "10.5.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.7 |