MVN

run.mone : nacos-istio

Maven & Gradle

Jan 18, 2024

nacos-istio 1.2.1-mone-v3

<dependency>
    <groupId>run.mone</groupId>
    <artifactId>nacos-istio</artifactId>
    <version>1.2.1-mone-v3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of run.mone : nacos-istio to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1-mone-v3

All Versions

Choose a version of run.mone : nacos-istio to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
nacos-istio-1.2.1-mone-v3

How to add a dependency to Maven

Add the following run.mone : nacos-istio maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>run.mone</groupId>
    <artifactId>nacos-istio</artifactId>
    <version>1.2.1-mone-v3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following run.mone : nacos-istio gradle dependency to your build.gradle file:

implementation 'run.mone:nacos-istio:1.2.1-mone-v3'

Gradle Kotlin DSL: Add the following run.mone : nacos-istio gradle kotlin dependency to your build.gradle.kts file:

implementation("run.mone:nacos-istio:1.2.1-mone-v3")

How to add a dependency to SBT Scala

SBT Scala: Add the following run.mone : nacos-istio sbt scala dependency to your build.sbt file:

libraryDependencies += "run.mone" % "nacos-istio" % "1.2.1-mone-v3"

Advertisement