MVN

cn.dceast.platform : platform-config-client

Maven & Gradle

Aug 28, 2017
0 stars

platform-config-client · client of oss config center, adapter for properties/yaml of local,

<dependency>
    <groupId>cn.dceast.platform</groupId>
    <artifactId>platform-config-client</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.dceast.platform : platform-config-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of cn.dceast.platform : platform-config-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
platform-config-client-2.3.0

How to add a dependency to Maven

Add the following cn.dceast.platform : platform-config-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.dceast.platform</groupId>
    <artifactId>platform-config-client</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.dceast.platform : platform-config-client gradle dependency to your build.gradle file:

implementation 'cn.dceast.platform:platform-config-client:2.3.0'

Gradle Kotlin DSL: Add the following cn.dceast.platform : platform-config-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.dceast.platform:platform-config-client:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.dceast.platform : platform-config-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.dceast.platform" % "platform-config-client" % "2.3.0"

Advertisement