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.

License

License

Apache License
Categories

Categories

Net
GroupId

GroupId

net.happyonroad
ArtifactId

ArtifactId

spring-component-parent
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

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.

Download spring-component-parent

How to add to project

<!-- https://jarcasting.com/artifacts/net.happyonroad/spring-component-parent/ -->
<dependency>
    <groupId>net.happyonroad</groupId>
    <artifactId>spring-component-parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.happyonroad/spring-component-parent/
implementation 'net.happyonroad:spring-component-parent:0.0.1'
// https://jarcasting.com/artifacts/net.happyonroad/spring-component-parent/
implementation ("net.happyonroad:spring-component-parent:0.0.1")
'net.happyonroad:spring-component-parent:pom:0.0.1'
<dependency org="net.happyonroad" name="spring-component-parent" rev="0.0.1">
  <artifact name="spring-component-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.happyonroad', module='spring-component-parent', version='0.0.1')
)
libraryDependencies += "net.happyonroad" % "spring-component-parent" % "0.0.1"
[net.happyonroad/spring-component-parent "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1