MVN

org.openingo.spring : spring-boot-x

Maven & Gradle

Jul 10, 2021
2 usages
7 stars

spring-boot extensions

<dependency>
    <groupId>org.openingo.spring</groupId>
    <artifactId>spring-boot-x</artifactId>
    <version>4.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openingo.spring : spring-boot-x to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.2

All Versions

Choose a version of org.openingo.spring : spring-boot-x to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
spring-boot-x-4.3.2
spring-boot-x-4.3.1
spring-boot-x-4.3.0
4.2.x
spring-boot-x-4.2.0
4.1.x
spring-boot-x-4.1.0.RELEASE
4.0.x
spring-boot-x-4.0.2.RELEASE
spring-boot-x-4.0.1.RELEASE
spring-boot-x-4.0.0.RELEASE
3.2.x
spring-boot-x-3.2.0.RELEASE
3.1.x
spring-boot-x-3.1.2.RELEASE
spring-boot-x-3.1.1.RELEASE
spring-boot-x-3.1.0.RELEASE
3.0.x
spring-boot-x-3.0.1.RELEASE
spring-boot-x-3.0.0.RELEASE
2.9.x
spring-boot-x-2.9.6.RELEASE
spring-boot-x-2.9.5.RELEASE
spring-boot-x-2.9.4.RELEASE
spring-boot-x-2.9.3.RELEASE
spring-boot-x-2.9.2.RELEASE
spring-boot-x-2.9.1.RELEASE
spring-boot-x-2.9.RELEASE
2.8.x
spring-boot-x-2.8.RELEASE
2.7.x
spring-boot-x-2.7.RELEASE
2.6.x
spring-boot-x-2.6.RELEASE
2.5.x
spring-boot-x-2.5.RELEASE
2.4
spring-boot-x-2.4-RELEASE
2.3.x
spring-boot-x-2.3.1-RELEASE
2.3
spring-boot-x-2.3-RELEASE
2.2.x
spring-boot-x-2.2.1-RELEASE
2.2
spring-boot-x-2.2-RELEASE
2.1.x
spring-boot-x-2.1.1-RELEASE
2.1
spring-boot-x-2.1-RELEASE
2.0
spring-boot-x-2.0-RELEASE
1.9.x
spring-boot-x-1.9.1-RELEASE
1.9
spring-boot-x-1.9-RELEASE
1.8.x
spring-boot-x-1.8.1-RELEASE
1.7
spring-boot-x-1.7-RELEASE
1.6
spring-boot-x-1.6-RELEASE
1.5
spring-boot-x-1.5-RELEASE
spring-boot-x-1.5
1.4
spring-boot-x-1.4-RELEASE
1.3.x
spring-boot-x-1.3.1-RELEASE
1.3
spring-boot-x-1.3-RELEASE
1.2
spring-boot-x-1.2-RELEASE
1.1.x
spring-boot-x-1.1.1-RELEASE
1.1
spring-boot-x-1.1-RELEASE
1.0.x
spring-boot-x-1.0.2-RELEASE
spring-boot-x-1.0.1-RELEASE
1.0
spring-boot-x-1.0-RELEASE

How to add a dependency to Maven

Add the following org.openingo.spring : spring-boot-x maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openingo.spring</groupId>
    <artifactId>spring-boot-x</artifactId>
    <version>4.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openingo.spring : spring-boot-x gradle dependency to your build.gradle file:

implementation 'org.openingo.spring:spring-boot-x:4.3.2'

Gradle Kotlin DSL: Add the following org.openingo.spring : spring-boot-x gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openingo.spring:spring-boot-x:4.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openingo.spring : spring-boot-x sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openingo.spring" % "spring-boot-x" % "4.3.2"

Advertisement