is not current version
Last Version 1.9.4

com.melloware:jasypt 1.9.3

Java library which enables encryption in java apps with minimum effort.

GroupId

GroupId

com.melloware
ArtifactId

ArtifactId

jasypt
Version

Version

1.9.3
Type

Type

jar

Download jasypt 1.9.3


<!-- https://jarcasting.com/artifacts/com.melloware/jasypt/ -->
<dependency>
    <groupId>com.melloware</groupId>
    <artifactId>jasypt</artifactId>
    <version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.melloware/jasypt/
implementation 'com.melloware:jasypt:1.9.3'
// https://jarcasting.com/artifacts/com.melloware/jasypt/
implementation ("com.melloware:jasypt:1.9.3")
'com.melloware:jasypt:jar:1.9.3'
<dependency org="com.melloware" name="jasypt" rev="1.9.3">
  <artifact name="jasypt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melloware', module='jasypt', version='1.9.3')
)
libraryDependencies += "com.melloware" % "jasypt" % "1.9.3"
[com.melloware/jasypt "1.9.3"]