MVN

net.croz.nrich : nrich-spring

Maven & Gradle

Mar 30, 2023
48 stars

nrich-spring · Provides additional functionality on top of Spring

<dependency>
    <groupId>net.croz.nrich</groupId>
    <artifactId>nrich-spring</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.croz.nrich : nrich-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of net.croz.nrich : nrich-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
nrich-spring-2.0.0-RC1
1.8.x
nrich-spring-1.8.3
nrich-spring-1.8.2
nrich-spring-1.8.1
nrich-spring-1.8.0
1.7.x
nrich-spring-1.7.1
nrich-spring-1.7.0
1.6.x
nrich-spring-1.6.0
1.5.x
nrich-spring-1.5.0
1.4.x
nrich-spring-1.4.4
nrich-spring-1.4.3
nrich-spring-1.4.2
nrich-spring-1.4.1
nrich-spring-1.4.0
1.3.x
nrich-spring-1.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.croz.nrich</groupId>
    <artifactId>nrich-spring</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.croz.nrich : nrich-spring gradle dependency to your build.gradle file:

implementation 'net.croz.nrich:nrich-spring:1.8.3'

Gradle Kotlin DSL: Add the following net.croz.nrich : nrich-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("net.croz.nrich:nrich-spring:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.croz.nrich : nrich-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "net.croz.nrich" % "nrich-spring" % "1.8.3"