All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mowedgrass.jasyptgradleboot.task.text.DecryptTextTask.groovy Maven / Gradle / Ivy

The newest version!
package com.github.mowedgrass.jasyptgradleboot.task.text
import com.github.mowedgrass.jasyptgradleboot.task.file.process.definition.DecryptionProcessDefinition

class DecryptTextTask extends TextEncryptionTask {

    public DecryptTextTask() {
        super(new DecryptionProcessDefinition())
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy