MVN

com.github.chaojunzi : chao-cloud-common-config

Maven & Gradle

Dec 31, 2020
1 usages
54 stars

springboot-自定义配置工具包

<dependency>
    <groupId>com.github.chaojunzi</groupId>
    <artifactId>chao-cloud-common-config</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chaojunzi : chao-cloud-common-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of com.github.chaojunzi : chao-cloud-common-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
chao-cloud-common-config-1.0.9
chao-cloud-common-config-1.0.8
chao-cloud-common-config-1.0.7
chao-cloud-common-config-1.0.6
chao-cloud-common-config-1.0.5
chao-cloud-common-config-1.0.4

How to add a dependency to Maven

Add the following com.github.chaojunzi : chao-cloud-common-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.chaojunzi</groupId>
    <artifactId>chao-cloud-common-config</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.chaojunzi : chao-cloud-common-config gradle dependency to your build.gradle file:

implementation 'com.github.chaojunzi:chao-cloud-common-config:1.0.9'

Gradle Kotlin DSL: Add the following com.github.chaojunzi : chao-cloud-common-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.chaojunzi:chao-cloud-common-config:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.chaojunzi : chao-cloud-common-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.chaojunzi" % "chao-cloud-common-config" % "1.0.9"

Advertisement