MVN

org.antframework.configcenter : configcenter-spring-boot-starter

Maven & Gradle

Jun 27, 2021
2 usages
0 stars
<dependency>
    <groupId>org.antframework.configcenter</groupId>
    <artifactId>configcenter-spring-boot-starter</artifactId>
    <version>1.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.antframework.configcenter : configcenter-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3

All Versions

Choose a version of org.antframework.configcenter : configcenter-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
configcenter-spring-boot-starter-1.7.3
configcenter-spring-boot-starter-1.7.1
configcenter-spring-boot-starter-1.7.0
1.6.x
configcenter-spring-boot-starter-1.6.2
configcenter-spring-boot-starter-1.6.1.RELEASE
configcenter-spring-boot-starter-1.6.0.RELEASE
1.5.x
configcenter-spring-boot-starter-1.5.5.RELEASE
configcenter-spring-boot-starter-1.5.4.RELEASE
configcenter-spring-boot-starter-1.5.3.RELEASE
configcenter-spring-boot-starter-1.5.2.RELEASE
configcenter-spring-boot-starter-1.5.1.RELEASE
configcenter-spring-boot-starter-1.5.0.RELEASE
1.4.x
configcenter-spring-boot-starter-1.4.0.RELEASE
1.3.x
configcenter-spring-boot-starter-1.3.0.RELEASE
1.2.x
configcenter-spring-boot-starter-1.2.1.RELEASE
configcenter-spring-boot-starter-1.2.0.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>org.antframework.configcenter</groupId>
    <artifactId>configcenter-spring-boot-starter</artifactId>
    <version>1.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.antframework.configcenter : configcenter-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.antframework.configcenter:configcenter-spring-boot-starter:1.7.3'

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

implementation("org.antframework.configcenter:configcenter-spring-boot-starter:1.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.antframework.configcenter : configcenter-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.antframework.configcenter" % "configcenter-spring-boot-starter" % "1.7.3"

Advertisement