License |
License
Apache License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.happyonroad |
ArtifactId | ArtifactIdspring-component-parent |
Version | Version0.0.1 |
Type | Typepom |
Description |
DescriptionSpring 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.
|
Filename | Size |
---|---|
spring-component-parent-0.0.1.pom | 10 KB |
Browse |
<!-- 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"]