MVN

me.snowdrop : narayana-spring-boot-recovery-controller

Maven & Gradle

Aug 31, 2022

Narayana Spring Boot :: Openshift :: Recovery Controller · Narayana Spring Boot Recovery Controller for Openshift

<dependency>
    <groupId>me.snowdrop</groupId>
    <artifactId>narayana-spring-boot-recovery-controller</artifactId>
    <version>2.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.snowdrop : narayana-spring-boot-recovery-controller to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.7
  • Latest Beta: 2.6.7.Beta1
  • Latest Alpha: 2.6.1.Alpha2

All Versions

Choose a version of me.snowdrop : narayana-spring-boot-recovery-controller to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
narayana-spring-boot-recovery-controller-2.6.7
narayana-spring-boot-recovery-controller-2.6.7.Beta1
narayana-spring-boot-recovery-controller-2.6.6.Beta2
narayana-spring-boot-recovery-controller-2.6.4
narayana-spring-boot-recovery-controller-2.6.4.Beta1
narayana-spring-boot-recovery-controller-2.6.3
narayana-spring-boot-recovery-controller-2.6.3.Beta1
narayana-spring-boot-recovery-controller-2.6.2
narayana-spring-boot-recovery-controller-2.6.2.Beta9
narayana-spring-boot-recovery-controller-2.6.2.Beta8
narayana-spring-boot-recovery-controller-2.6.2.Beta7
narayana-spring-boot-recovery-controller-2.6.1
narayana-spring-boot-recovery-controller-2.6.1.Beta4
narayana-spring-boot-recovery-controller-2.6.1.Alpha2
narayana-spring-boot-recovery-controller-2.6.0
2.5.x
narayana-spring-boot-recovery-controller-2.5.3
narayana-spring-boot-recovery-controller-2.5.2
narayana-spring-boot-recovery-controller-2.5.1
narayana-spring-boot-recovery-controller-2.5.0
2.4.x
narayana-spring-boot-recovery-controller-2.4.1
narayana-spring-boot-recovery-controller-2.4.0
2.3.x
narayana-spring-boot-recovery-controller-2.3.3
narayana-spring-boot-recovery-controller-2.3.2
narayana-spring-boot-recovery-controller-2.3.1
narayana-spring-boot-recovery-controller-2.3.0
2.2.x
narayana-spring-boot-recovery-controller-2.2.0
2.1.x
narayana-spring-boot-recovery-controller-2.1.3
narayana-spring-boot-recovery-controller-2.1.2
narayana-spring-boot-recovery-controller-2.1.1
narayana-spring-boot-recovery-controller-2.1.0
2.0.x
narayana-spring-boot-recovery-controller-2.0.1
narayana-spring-boot-recovery-controller-2.0.0
1.0.x
narayana-spring-boot-recovery-controller-1.0.2
narayana-spring-boot-recovery-controller-1.0.1
narayana-spring-boot-recovery-controller-1.0.0

How to add a dependency to Maven

Add the following me.snowdrop : narayana-spring-boot-recovery-controller maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.snowdrop</groupId>
    <artifactId>narayana-spring-boot-recovery-controller</artifactId>
    <version>2.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.snowdrop : narayana-spring-boot-recovery-controller gradle dependency to your build.gradle file:

implementation 'me.snowdrop:narayana-spring-boot-recovery-controller:2.6.7'

Gradle Kotlin DSL: Add the following me.snowdrop : narayana-spring-boot-recovery-controller gradle kotlin dependency to your build.gradle.kts file:

implementation("me.snowdrop:narayana-spring-boot-recovery-controller:2.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.snowdrop : narayana-spring-boot-recovery-controller sbt scala dependency to your build.sbt file:

libraryDependencies += "me.snowdrop" % "narayana-spring-boot-recovery-controller" % "2.6.7"

Advertisement