MVN

net.happyonroad : spring-component-parent

Maven & Gradle

Dec 10, 2013

Spring Component Parent · The spring component framework is used to setup a plugin based, micro-kernel, standalone application (today, we will support webapp in later releases) which is based on SpringFramework. It can help you decouple your application into several components clearly with zero invasion and keep your application consistent between develop time and runtime.

<dependency>
    <groupId>net.happyonroad</groupId>
    <artifactId>spring-component-parent</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.happyonroad : spring-component-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of net.happyonroad : spring-component-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
spring-component-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.happyonroad</groupId>
    <artifactId>spring-component-parent</artifactId>
    <version>0.0.1</version>
</dependency>