MVN

net.happyonroad : spring-component-framework

Maven & Gradle

Dec 10, 2013
1 stars

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.

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

Latest Version

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

  • Latest Stable: 0.0.1

All Versions

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

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

How to add a dependency to Maven

Add the following net.happyonroad : spring-component-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.happyonroad : spring-component-framework gradle dependency to your build.gradle file:

implementation 'net.happyonroad:spring-component-framework:0.0.1'

Gradle Kotlin DSL: Add the following net.happyonroad : spring-component-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("net.happyonroad:spring-component-framework:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.happyonroad : spring-component-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "net.happyonroad" % "spring-component-framework" % "0.0.1"