MVN

uk.org.retep : retepMicroKernel

Maven & Gradle

May 05, 2010

retepMicroKernel · 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)

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepMicroKernel</artifactId>
    <version>10.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep : retepMicroKernel to add to Maven - Latest Versions:

  • Latest Stable: 10.5.1
  • Latest Release Candidate: 9.8-RC1

All Versions

Choose a version of uk.org.retep : retepMicroKernel to add to Maven - All Versions:

Version Vulnerabilities Updated
10.5.x
retepMicroKernel-10.5.1
10.5
retepMicroKernel-10.5
10.1
retepMicroKernel-10.1
9.11
retepMicroKernel-9.11
9.10
retepMicroKernel-9.10
9.8.x
retepMicroKernel-9.8.2
retepMicroKernel-9.8.1
9.8
retepMicroKernel-9.8-RC1
9.7
retepMicroKernel-9.7
9.4.x
retepMicroKernel-9.4.1
9.4
retepMicroKernel-9.4
9.3
retepMicroKernel-9.3
9.2
retepMicroKernel-9.2
9.1.x
retepMicroKernel-9.1.20
retepMicroKernel-9.1.2
8.11.x
retepMicroKernel-8.11.18
retepMicroKernel-8.11.13
8.9.x
retepMicroKernel-8.9.25
8.8.x
retepMicroKernel-8.8.13
retepMicroKernel-8.8.11
8.8
retepMicroKernel-8.8
8.7.x
retepMicroKernel-8.7.13

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>retepMicroKernel</artifactId>
    <version>10.5.1</version>
</dependency>