Last Version

Spring Component Framework 0.0.1

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-framework
Version

Version

0.0.1
Type

Type

jar
Description

Description

Spring 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

http://github.com/Kadvin/spring-component-framework
Source Code Management

Source Code Management

https://github.com/Kadvin/spring-component-framework

Download spring-component-framework 0.0.1


<!-- 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"]

Dependencies

compile (11)

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

test (3)

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

Project Modules

There are no modules declared in this project.