MVN

com.airlenet.dubbo.extension : dubbo-registry-mysql

Maven & Gradle

Feb 24, 2021

dubbo-registry-mysql · dubbo-registry-mysql

<dependency>
    <groupId>com.airlenet.dubbo.extension</groupId>
    <artifactId>dubbo-registry-mysql</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.airlenet.dubbo.extension : dubbo-registry-mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.airlenet.dubbo.extension : dubbo-registry-mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dubbo-registry-mysql-1.0.0

How to add a dependency to Maven

Add the following com.airlenet.dubbo.extension : dubbo-registry-mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.airlenet.dubbo.extension</groupId>
    <artifactId>dubbo-registry-mysql</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.airlenet.dubbo.extension : dubbo-registry-mysql gradle dependency to your build.gradle file:

implementation 'com.airlenet.dubbo.extension:dubbo-registry-mysql:1.0.0'

Gradle Kotlin DSL: Add the following com.airlenet.dubbo.extension : dubbo-registry-mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.airlenet.dubbo.extension:dubbo-registry-mysql:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.airlenet.dubbo.extension : dubbo-registry-mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.airlenet.dubbo.extension" % "dubbo-registry-mysql" % "1.0.0"