com.github.mowedgrass.jasyptgradleboot.password.PasswordProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jasypt-gradle-boot-encryptor Show documentation
Show all versions of jasypt-gradle-boot-encryptor Show documentation
Shared jasypt encryptor for jasypt-gradle-boot-plugin
The newest version!
package com.github.mowedgrass.jasyptgradleboot.password;
public interface PasswordProvider {
public String getPassword();
}