MVN

com.apporiented : spring-override

Maven & Gradle

Apr 02, 2015
0 stars

Spring Override · Namespace handler that allows for overriding, extending or modifying Spring beans in an modular environment.

<dependency>
    <groupId>com.apporiented</groupId>
    <artifactId>spring-override</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apporiented : spring-override to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.apporiented : spring-override to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
spring-override-1.0

How to add a dependency to Maven

Add the following com.apporiented : spring-override maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.apporiented</groupId>
    <artifactId>spring-override</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.apporiented : spring-override gradle dependency to your build.gradle file:

implementation 'com.apporiented:spring-override:1.0'

Gradle Kotlin DSL: Add the following com.apporiented : spring-override gradle kotlin dependency to your build.gradle.kts file:

implementation("com.apporiented:spring-override:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.apporiented : spring-override sbt scala dependency to your build.sbt file:

libraryDependencies += "com.apporiented" % "spring-override" % "1.0"