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