j

jasypt-hibernate4

Java library which enables encryption in java apps with minimum effort.
http://www.jasypt.org
The Apache Software License, Version 2.0
The JASYPT team
Daniel Fernandez
Files download
File Operation
jasypt-hibernate4-1.9.2.jar download
jasypt-hibernate4-1.9.2.pom download
jasypt-hibernate4-1.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jasypt</groupId>
  <artifactId>jasypt-hibernate4</artifactId>
  <version>1.9.2</version>
</dependency>
Gradle Groovy
implementation 'org.jasypt:jasypt-hibernate4:1.9.2'
Gradle Kotlin
implementation("org.jasypt:jasypt-hibernate4:1.9.2")
Scala SBT
libraryDependencies += "org.jasypt" % "jasypt-hibernate4" % "1.9.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jasypt', module='jasypt-hibernate4', version='1.9.2')
)
Apache Ivy
<dependency org="org.jasypt" name="jasypt-hibernate4" rev="1.9.2" />
Leiningen
[org.jasypt/jasypt-hibernate4 "1.9.2"]
Apache Buildr
'org.jasypt:jasypt-hibernate4:jar:1.9.2'