MVN

io.github.dtm-labs : nacos-plugin

Maven & Gradle

Mar 02, 2023
19 stars

nacos-plugin

<dependency>
    <groupId>io.github.dtm-labs</groupId>
    <artifactId>nacos-plugin</artifactId>
    <version>2.1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dtm-labs : nacos-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8.2

All Versions

Choose a version of io.github.dtm-labs : nacos-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
nacos-plugin-2.1.8.2
nacos-plugin-2.1.8.1
nacos-plugin-2.1.7.1
nacos-plugin-2.1.7.2
nacos-plugin-2.1.6.2
nacos-plugin-2.1.6.1
nacos-plugin-2.1.5.1
nacos-plugin-2.1.5.2
nacos-plugin-2.1.4.1.1
nacos-plugin-2.1.4.1.2
nacos-plugin-2.1.4.2
nacos-plugin-2.1.4.1
nacos-plugin-2.1.3.2
nacos-plugin-2.1.3.1
nacos-plugin-2.1.2.1
nacos-plugin-2.1.2.2
nacos-plugin-2.1.1.2
nacos-plugin-2.1.1.1

How to add a dependency to Maven

Add the following io.github.dtm-labs : nacos-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dtm-labs</groupId>
    <artifactId>nacos-plugin</artifactId>
    <version>2.1.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dtm-labs : nacos-plugin gradle dependency to your build.gradle file:

implementation 'io.github.dtm-labs:nacos-plugin:2.1.8.2'

Gradle Kotlin DSL: Add the following io.github.dtm-labs : nacos-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dtm-labs:nacos-plugin:2.1.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dtm-labs : nacos-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dtm-labs" % "nacos-plugin" % "2.1.8.2"