<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>jasypt-spring-boot-demo-custom-encryptor</artifactId>
<version>1.6</version>
</dependency>
implementation 'com.github.ulisesbocchio:jasypt-spring-boot-demo-custom-encryptor:1.6'
implementation("com.github.ulisesbocchio:jasypt-spring-boot-demo-custom-encryptor:1.6")
libraryDependencies += "com.github.ulisesbocchio" % "jasypt-spring-boot-demo-custom-encryptor" % "1.6"
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='jasypt-spring-boot-demo-custom-encryptor', version='1.6')
)
<dependency org="com.github.ulisesbocchio" name="jasypt-spring-boot-demo-custom-encryptor" rev="1.6" />