MVN

com.jayxu : jasypt-spring-aws-kms-starter

Maven & Gradle

May 19, 2023
2 stars

Jasypt Spring Starter with aws KMS support · This project add support to jasypt-spring which utlize aws KMS for encrypt / decrypt

<dependency>
    <groupId>com.jayxu</groupId>
    <artifactId>jasypt-spring-aws-kms-starter</artifactId>
    <version>0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jayxu : jasypt-spring-aws-kms-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8

All Versions

Choose a version of com.jayxu : jasypt-spring-aws-kms-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
jasypt-spring-aws-kms-starter-0.8
0.7
jasypt-spring-aws-kms-starter-0.7
0.6
jasypt-spring-aws-kms-starter-0.6
0.5
jasypt-spring-aws-kms-starter-0.5
0.4
jasypt-spring-aws-kms-starter-0.4
0.3.x
jasypt-spring-aws-kms-starter-0.3.1
0.3
jasypt-spring-aws-kms-starter-0.3

How to add a dependency to Maven

Add the following com.jayxu : jasypt-spring-aws-kms-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jayxu</groupId>
    <artifactId>jasypt-spring-aws-kms-starter</artifactId>
    <version>0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jayxu : jasypt-spring-aws-kms-starter gradle dependency to your build.gradle file:

implementation 'com.jayxu:jasypt-spring-aws-kms-starter:0.8'

Gradle Kotlin DSL: Add the following com.jayxu : jasypt-spring-aws-kms-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jayxu:jasypt-spring-aws-kms-starter:0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jayxu : jasypt-spring-aws-kms-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jayxu" % "jasypt-spring-aws-kms-starter" % "0.8"