MVN

cn.springcloud.gray : spring-cloud-gray-plugin-rest

Maven & Gradle

Oct 09, 2020

spring-cloud-gray-plugin-rest · Parent pom providing dependency and plugin management for applications built with Maven

<dependency>
    <groupId>cn.springcloud.gray</groupId>
    <artifactId>spring-cloud-gray-plugin-rest</artifactId>
    <version>D.0.1.0-Beta-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: D.0.1.0-Beta-3
  • Latest Beta: D.0.1.0-Beta-3

All Versions

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

Version Vulnerabilities Updated
D.0.x
spring-cloud-gray-plugin-rest-D.0.1.0-Beta-3

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.springcloud.gray</groupId>
    <artifactId>spring-cloud-gray-plugin-rest</artifactId>
    <version>D.0.1.0-Beta-3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.springcloud.gray:spring-cloud-gray-plugin-rest:D.0.1.0-Beta-3'

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

implementation("cn.springcloud.gray:spring-cloud-gray-plugin-rest:D.0.1.0-Beta-3")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.springcloud.gray" % "spring-cloud-gray-plugin-rest" % "D.0.1.0-Beta-3"