License |
License
Apache License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.happyonroad |
ArtifactId | ArtifactIdspring-component-framework |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionSpring Component Framework
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.happyonroad/spring-component-framework/ -->
<dependency>
<groupId>net.happyonroad</groupId>
<artifactId>spring-component-framework</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.happyonroad/spring-component-framework/
implementation 'net.happyonroad:spring-component-framework:0.0.1'
// https://jarcasting.com/artifacts/net.happyonroad/spring-component-framework/
implementation ("net.happyonroad:spring-component-framework:0.0.1")
'net.happyonroad:spring-component-framework:jar:0.0.1'
<dependency org="net.happyonroad" name="spring-component-framework" rev="0.0.1">
<artifact name="spring-component-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.happyonroad', module='spring-component-framework', version='0.0.1')
)
libraryDependencies += "net.happyonroad" % "spring-component-framework" % "0.0.1"
[net.happyonroad/spring-component-framework "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.plexus : plexus-classworlds | jar | 2.4.2 |
com.thoughtworks.xstream : xstream | jar | 1.4.4 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.springframework : spring-context | jar | 3.2.4.RELEASE |
org.springframework : spring-context-support | jar | 3.2.4.RELEASE |
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.4 |
ch.qos.logback : logback-core | jar | 1.0.13 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
ch.qos.logback : logback-access | jar | 1.0.13 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 3.2.4.RELEASE |
junit : junit | jar | 4.8.2 |
org.apache.ant : ant | jar | 1.9.2 |