MVN

io.springboot.nacos : nacos-encryption-plugin

Maven & Gradle

Aug 24, 2023
26.9k stars

nacos-encryption-plugin 2.2.4-OEM · Nacos encryption plugin pom.xml file

<dependency>
    <groupId>io.springboot.nacos</groupId>
    <artifactId>nacos-encryption-plugin</artifactId>
    <version>2.2.4-OEM</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.springboot.nacos : nacos-encryption-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4-OEM

All Versions

Choose a version of io.springboot.nacos : nacos-encryption-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
nacos-encryption-plugin-2.2.4-OEM
nacos-encryption-plugin-2.2.4
nacos-encryption-plugin-2.2.3
nacos-encryption-plugin-2.2.0.1
nacos-encryption-plugin-2.2.0.PIGOEM
nacos-encryption-plugin-2.2.0
2.1.x
nacos-encryption-plugin-2.1.1
nacos-encryption-plugin-2.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.springboot.nacos</groupId>
    <artifactId>nacos-encryption-plugin</artifactId>
    <version>2.2.4-OEM</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.springboot.nacos : nacos-encryption-plugin gradle dependency to your build.gradle file:

implementation 'io.springboot.nacos:nacos-encryption-plugin:2.2.4-OEM'

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

implementation("io.springboot.nacos:nacos-encryption-plugin:2.2.4-OEM")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.springboot.nacos : nacos-encryption-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.springboot.nacos" % "nacos-encryption-plugin" % "2.2.4-OEM"