MVN

cn.springcloud.gray : spring-cloud-starter-gray

Maven & Gradle

May 10, 2018
1 usages
512 stars
<dependency>
    <groupId>cn.springcloud.gray</groupId>
    <artifactId>spring-cloud-starter-gray</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.springcloud.gray : spring-cloud-starter-gray to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of cn.springcloud.gray : spring-cloud-starter-gray to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-cloud-starter-gray-1.0.2
spring-cloud-starter-gray-1.0.1
spring-cloud-starter-gray-1.0.0

How to add a dependency to Maven

Add the following cn.springcloud.gray : spring-cloud-starter-gray maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.springcloud.gray</groupId>
    <artifactId>spring-cloud-starter-gray</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.springcloud.gray : spring-cloud-starter-gray gradle dependency to your build.gradle file:

implementation 'cn.springcloud.gray:spring-cloud-starter-gray:1.0.2'

Gradle Kotlin DSL: Add the following cn.springcloud.gray : spring-cloud-starter-gray gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.springcloud.gray:spring-cloud-starter-gray:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.springcloud.gray : spring-cloud-starter-gray sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.springcloud.gray" % "spring-cloud-starter-gray" % "1.0.2"

Advertisement