MVN

cn.kanejin.exts : ext-spring-encrypt-placeholder

Maven & Gradle

Jan 06, 2018

ext-spring-encrypt-placeholder · An extension of spring placeholder configuration for supporting encrypted property value

<dependency>
    <groupId>cn.kanejin.exts</groupId>
    <artifactId>ext-spring-encrypt-placeholder</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.kanejin.exts : ext-spring-encrypt-placeholder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of cn.kanejin.exts : ext-spring-encrypt-placeholder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ext-spring-encrypt-placeholder-1.0.0

How to add a dependency to Maven

Add the following cn.kanejin.exts : ext-spring-encrypt-placeholder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.kanejin.exts</groupId>
    <artifactId>ext-spring-encrypt-placeholder</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.kanejin.exts : ext-spring-encrypt-placeholder gradle dependency to your build.gradle file:

implementation 'cn.kanejin.exts:ext-spring-encrypt-placeholder:1.0.0'

Gradle Kotlin DSL: Add the following cn.kanejin.exts : ext-spring-encrypt-placeholder gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.kanejin.exts:ext-spring-encrypt-placeholder:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.kanejin.exts : ext-spring-encrypt-placeholder sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.kanejin.exts" % "ext-spring-encrypt-placeholder" % "1.0.0"