j

jasypt-spring-boot-demo-simple-starter

Jasypt Spring Boot Simple Demo with Starter Jar
Files download
File Operation
jasypt-spring-boot-demo-simple-starter-1.5.jar download
jasypt-spring-boot-demo-simple-starter-1.5.pom download
jasypt-spring-boot-demo-simple-starter-1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ulisesbocchio</groupId>
  <artifactId>jasypt-spring-boot-demo-simple-starter</artifactId>
  <version>1.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.ulisesbocchio:jasypt-spring-boot-demo-simple-starter:1.5'
Gradle Kotlin
implementation("com.github.ulisesbocchio:jasypt-spring-boot-demo-simple-starter:1.5")
Scala SBT
libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot-demo-simple-starter" % "1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot-demo-simple-starter', version='1.5')
)
Apache Ivy
<dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot-demo-simple-starter" rev="1.5" />
Leiningen
[com.github.ulisesbocchio/jasypt-spring-boot-demo-simple-starter "1.5"]
Apache Buildr
'com.github.ulisesbocchio:jasypt-spring-boot-demo-simple-starter:jar:1.5'