MVN

cn.aghost : nacos-example

Maven & Gradle

Jan 22, 2021
1 stars
<dependency>
    <groupId>cn.aghost</groupId>
    <artifactId>nacos-example</artifactId>
    <version>1.2.1.aghost-fix.20210122</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.aghost : nacos-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1.aghost-fix.20210122

All Versions

Choose a version of cn.aghost : nacos-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
nacos-example-1.2.1.aghost-fix.20210122
nacos-example-1.2.1.aghost-fix.20201113
nacos-example-1.2.1.aghost-fix.20201109

How to add a dependency to Maven

Add the following cn.aghost : nacos-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.aghost</groupId>
    <artifactId>nacos-example</artifactId>
    <version>1.2.1.aghost-fix.20210122</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.aghost : nacos-example gradle dependency to your build.gradle file:

implementation 'cn.aghost:nacos-example:1.2.1.aghost-fix.20210122'

Gradle Kotlin DSL: Add the following cn.aghost : nacos-example gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.aghost:nacos-example:1.2.1.aghost-fix.20210122")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.aghost : nacos-example sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.aghost" % "nacos-example" % "1.2.1.aghost-fix.20210122"