MVN

io.xream.reliable : reliable-spring-boot-starter

Maven & Gradle

Jun 17, 2021
184 stars
<dependency>
    <groupId>io.xream.reliable</groupId>
    <artifactId>reliable-spring-boot-starter</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xream.reliable : reliable-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0.RELEASE

All Versions

Choose a version of io.xream.reliable : reliable-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
reliable-spring-boot-starter-1.2.0.RELEASE
1.1.x
reliable-spring-boot-starter-1.1.17.RELEASE
reliable-spring-boot-starter-1.1.16.RELEASE
reliable-spring-boot-starter-1.1.15.RELEASE
reliable-spring-boot-starter-1.1.14.RELEASE
reliable-spring-boot-starter-1.1.13.RELEASE
reliable-spring-boot-starter-1.1.12.RELEASE
reliable-spring-boot-starter-1.1.11.RELEASE
reliable-spring-boot-starter-1.1.10.RELEASE
reliable-spring-boot-starter-1.1.9.RELEASE
reliable-spring-boot-starter-1.1.8.RELEASE
reliable-spring-boot-starter-1.1.7.RELEASE
reliable-spring-boot-starter-1.1.6.RELEASE
reliable-spring-boot-starter-1.1.5.RELEASE
reliable-spring-boot-starter-1.1.3.RELEASE
reliable-spring-boot-starter-1.1.2.RELEASE
reliable-spring-boot-starter-1.1.1.RELEASE
reliable-spring-boot-starter-1.1.0.RELEASE
1.0.x
reliable-spring-boot-starter-1.0.0.RELEASE

How to add a dependency to Maven

Add the following io.xream.reliable : reliable-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.xream.reliable</groupId>
    <artifactId>reliable-spring-boot-starter</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.xream.reliable : reliable-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.xream.reliable:reliable-spring-boot-starter:1.2.0.RELEASE'

Gradle Kotlin DSL: Add the following io.xream.reliable : reliable-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.xream.reliable:reliable-spring-boot-starter:1.2.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.xream.reliable : reliable-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.xream.reliable" % "reliable-spring-boot-starter" % "1.2.0.RELEASE"

Advertisement