is not current version
Last Version 10.5.1

uk.org.retep:retepMicroKernel 10.1

The retepMicroKernel Spring application container. To build the binaries, change directory into the launcher module and run maven there. To build the examples, change directory into the example module and run maven there. For a full build (including releases), run maven on the following directories in this order: launcher (on each supported platform) maven root pom examples (optional)

GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

retepMicroKernel
Version

Version

10.1
Type

Type

pom

Download retepMicroKernel 10.1

Filename Size
retepMicroKernel-10.1.pom 15 KB
Browse

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