is not current version
Last Version 1.1

org.jasypt:jasypt-hibernate 1.0

Jasypt integration with Hibernate: allows encryption of texts on database transparently.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.jasypt
ArtifactId

ArtifactId

jasypt-hibernate
Version

Version

1.0
Type

Type

jar

Download jasypt-hibernate 1.0


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