MVN

cn.codeforfun : discovery-client-mysql

Maven & Gradle

Oct 21, 2021
0 stars
<dependency>
    <groupId>cn.codeforfun</groupId>
    <artifactId>discovery-client-mysql</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.codeforfun : discovery-client-mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of cn.codeforfun : discovery-client-mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
discovery-client-mysql-1.0.5
discovery-client-mysql-1.0.4
discovery-client-mysql-1.0.3
discovery-client-mysql-1.0.2
discovery-client-mysql-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.codeforfun</groupId>
    <artifactId>discovery-client-mysql</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.codeforfun : discovery-client-mysql gradle dependency to your build.gradle file:

implementation 'cn.codeforfun:discovery-client-mysql:1.0.5'

Gradle Kotlin DSL: Add the following cn.codeforfun : discovery-client-mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.codeforfun:discovery-client-mysql:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.codeforfun : discovery-client-mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.codeforfun" % "discovery-client-mysql" % "1.0.5"

Advertisement